HSL(233, 99%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,99%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 99%, 71%) | color: hsl(233, 99%, 71%) | |
| HEX | #6C7DFE | color: #6C7DFE | |
| RGB | rgb(108, 125, 254) | color: rgb(108, 125, 254) | |
| CMYK | cmyk(57%, 51%, 0%, 0%) | — | |
| HSV | hsv(233, 57%, 100%) | — | |
| HWB | hwb(233 43% 0%) | color: hwb(233 43% 0%) | |
| OKLCH | oklch(0.6418 0.1905 274.11) | color: oklch(0.6418 0.1905 274.11) | |
| Lab | lab(57.08 30.64 -66.38) | color: lab(57.08 30.64 -66.38) | |
| LCH | lch(57.08 73.11 294.78) | color: lch(57.08 73.11 294.78) |
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)
#7374DF — rgb(115, 116, 223)
Deuteranopia (Green-blind)
#7271D7 — rgb(114, 113, 215)
Tritanopia (Blue-blind)
#6DC6C1 — rgb(109, 198, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 99%, 71%);
text
color: hsl(233, 99%, 71%);
border
border: 2px solid hsl(233, 99%, 71%);
gradient light
background: linear-gradient(to right, hsl(233, 99%, 91%), hsl(233, 99%, 71%));
gradient dark
background: linear-gradient(to right, hsl(233, 99%, 71%), hsl(233, 99%, 51%))
hex
background-color: #6C7DFE;
tailwind
bg-[hsl(233,99%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 99%, 71%, 0.4);
css variable
--color-primary: hsl(233, 99%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 99%, 71%)?
HEX: #6C7DFE | RGB: rgb(108, 125, 254) | CMYK: 57%, 51%, 0%, 0% | HSV: 233°, 57%, 100%. Copy any format from the conversion table above.
What colors go well with #6C7DFE?
The complementary color is HSL(53, 99%, 71%). 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, 99%, 71%) in CSS?
As HSL: color: hsl(233, 99%, 71%); — As HEX: color: #6C7DFE; — As RGB: color: rgb(108, 125, 254); — Tailwind CSS: bg-[hsl(233,99%,71%)] — CSS variable: --color-primary: hsl(233, 99%, 71%);