HSL(233, 67%, 66%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,67%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 67%, 66%) | color: hsl(233, 67%, 66%) | |
| HEX | #6E7CE2 | color: #6E7CE2 | |
| RGB | rgb(110, 124, 226) | color: rgb(110, 124, 226) | |
| CMYK | cmyk(51%, 45%, 0%, 11%) | — | |
| HSV | hsv(233, 51%, 89%) | — | |
| HWB | hwb(233 44% 11%) | color: hwb(233 44% 11%) | |
| OKLCH | oklch(0.6233 0.1532 275.16) | color: oklch(0.6233 0.1532 275.16) | |
| Lab | lab(55.3 22.83 -53.68) | color: lab(55.3 22.83 -53.68) | |
| LCH | lch(55.3 58.33 293.04) | color: lch(55.3 58.33 293.04) |
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)
#7474C9 — rgb(116, 116, 201)
Deuteranopia (Green-blind)
#7372C3 — rgb(115, 114, 195)
Tritanopia (Blue-blind)
#6FB6B2 — rgb(111, 182, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 67%, 66%);
text
color: hsl(233, 67%, 66%);
border
border: 2px solid hsl(233, 67%, 66%);
gradient light
background: linear-gradient(to right, hsl(233, 67%, 86%), hsl(233, 67%, 66%));
gradient dark
background: linear-gradient(to right, hsl(233, 67%, 66%), hsl(233, 67%, 46%))
hex
background-color: #6E7CE2;
tailwind
bg-[hsl(233,67%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 67%, 66%, 0.4);
css variable
--color-primary: hsl(233, 67%, 66%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 67%, 66%)?
HEX: #6E7CE2 | RGB: rgb(110, 124, 226) | CMYK: 51%, 45%, 0%, 11% | HSV: 233°, 51%, 89%. Copy any format from the conversion table above.
What colors go well with #6E7CE2?
The complementary color is HSL(53, 67%, 66%). 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, 67%, 66%) in CSS?
As HSL: color: hsl(233, 67%, 66%); — As HEX: color: #6E7CE2; — As RGB: color: rgb(110, 124, 226); — Tailwind CSS: bg-[hsl(233,67%,66%)] — CSS variable: --color-primary: hsl(233, 67%, 66%);