HSL(233, 71%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,71%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 71%, 67%) | color: hsl(233, 71%, 67%) | |
| HEX | #6F7DE7 | color: #6F7DE7 | |
| RGB | rgb(111, 125, 231) | color: rgb(111, 125, 231) | |
| CMYK | cmyk(52%, 46%, 0%, 9%) | — | |
| HSV | hsv(233, 52%, 91%) | — | |
| HWB | hwb(233 44% 9%) | color: hwb(233 44% 9%) | |
| OKLCH | oklch(0.629 0.1586 275.22) | color: oklch(0.629 0.1586 275.22) | |
| Lab | lab(55.9 23.99 -55.51) | color: lab(55.9 23.99 -55.51) | |
| LCH | lch(55.9 60.47 293.37) | color: lch(55.9 60.47 293.37) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7575CD — rgb(117, 117, 205)
Deuteranopia (Green-blind)
#7473C7 — rgb(116, 115, 199)
Tritanopia (Blue-blind)
#70B9B5 — rgb(112, 185, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 71%, 67%);
text
color: hsl(233, 71%, 67%);
border
border: 2px solid hsl(233, 71%, 67%);
gradient light
background: linear-gradient(to right, hsl(233, 71%, 87%), hsl(233, 71%, 67%));
gradient dark
background: linear-gradient(to right, hsl(233, 71%, 67%), hsl(233, 71%, 47%))
hex
background-color: #6F7DE7;
tailwind
bg-[hsl(233,71%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 71%, 67%, 0.4);
css variable
--color-primary: hsl(233, 71%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 71%, 67%)?
HEX: #6F7DE7 | RGB: rgb(111, 125, 231) | CMYK: 52%, 46%, 0%, 9% | HSV: 233°, 52%, 91%. Copy any format from the conversion table above.
What colors go well with #6F7DE7?
The complementary color is HSL(53, 71%, 67%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 71%, 67%) in CSS?
As HSL: color: hsl(233, 71%, 67%); — As HEX: color: #6F7DE7; — As RGB: color: rgb(111, 125, 231); — Tailwind CSS: bg-[hsl(233,71%,67%)] — CSS variable: --color-primary: hsl(233, 71%, 67%);