HSL(233, 89%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,89%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 89%, 68%) | color: hsl(233, 89%, 68%) | |
| HEX | #6576F6 | color: #6576F6 | |
| RGB | rgb(101, 118, 246) | color: rgb(101, 118, 246) | |
| CMYK | cmyk(59%, 52%, 0%, 4%) | — | |
| HSV | hsv(233, 59%, 96%) | — | |
| HWB | hwb(233 39% 4%) | color: hwb(233 39% 4%) | |
| OKLCH | oklch(0.6191 0.1903 273.79) | color: oklch(0.6191 0.1903 273.79) | |
| Lab | lab(54.42 31.01 -66.27) | color: lab(54.42 31.01 -66.27) | |
| LCH | lch(54.42 73.17 295.08) | color: lch(54.42 73.17 295.08) |
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)
#6C6DD7 — rgb(108, 109, 215)
Deuteranopia (Green-blind)
#6B6AD0 — rgb(107, 106, 208)
Tritanopia (Blue-blind)
#66BFB9 — rgb(102, 191, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 89%, 68%);
text
color: hsl(233, 89%, 68%);
border
border: 2px solid hsl(233, 89%, 68%);
gradient light
background: linear-gradient(to right, hsl(233, 89%, 88%), hsl(233, 89%, 68%));
gradient dark
background: linear-gradient(to right, hsl(233, 89%, 68%), hsl(233, 89%, 48%))
hex
background-color: #6576F6;
tailwind
bg-[hsl(233,89%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 89%, 68%, 0.4);
css variable
--color-primary: hsl(233, 89%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 89%, 68%)?
HEX: #6576F6 | RGB: rgb(101, 118, 246) | CMYK: 59%, 52%, 0%, 4% | HSV: 233°, 59%, 96%. Copy any format from the conversion table above.
What colors go well with #6576F6?
The complementary color is HSL(53, 89%, 68%). 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, 89%, 68%) in CSS?
As HSL: color: hsl(233, 89%, 68%); — As HEX: color: #6576F6; — As RGB: color: rgb(101, 118, 246); — Tailwind CSS: bg-[hsl(233,89%,68%)] — CSS variable: --color-primary: hsl(233, 89%, 68%);