HSL(215, 63%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,63%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 63%, 67%) | color: hsl(215, 63%, 67%) | |
| HEX | #76A2E0 | color: #76A2E0 | |
| RGB | rgb(118, 162, 224) | color: rgb(118, 162, 224) | |
| CMYK | cmyk(47%, 28%, 0%, 12%) | — | |
| HSV | hsv(215, 47%, 88%) | — | |
| HWB | hwb(215 47% 12%) | color: hwb(215 47% 12%) | |
| OKLCH | oklch(0.7054 0.1033 257.03) | color: oklch(0.7054 0.1033 257.03) | |
| Lab | lab(65.8 1.78 -35.97) | color: lab(65.8 1.78 -35.97) | |
| LCH | lch(65.8 36.01 272.83) | color: lch(65.8 36.01 272.83) |
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)
#8989D1 — rgb(137, 137, 209)
Deuteranopia (Green-blind)
#8783CD — rgb(135, 131, 205)
Tritanopia (Blue-blind)
#78C5C3 — rgb(120, 197, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 63%, 67%);
text
color: hsl(215, 63%, 67%);
border
border: 2px solid hsl(215, 63%, 67%);
gradient light
background: linear-gradient(to right, hsl(215, 63%, 87%), hsl(215, 63%, 67%));
gradient dark
background: linear-gradient(to right, hsl(215, 63%, 67%), hsl(215, 63%, 47%))
hex
background-color: #76A2E0;
tailwind
bg-[hsl(215,63%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 63%, 67%, 0.4);
css variable
--color-primary: hsl(215, 63%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 63%, 67%)?
HEX: #76A2E0 | RGB: rgb(118, 162, 224) | CMYK: 47%, 28%, 0%, 12% | HSV: 215°, 47%, 88%. Copy any format from the conversion table above.
What colors go well with #76A2E0?
The complementary color is HSL(35, 63%, 67%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 63%, 67%) in CSS?
As HSL: color: hsl(215, 63%, 67%); — As HEX: color: #76A2E0; — As RGB: color: rgb(118, 162, 224); — Tailwind CSS: bg-[hsl(215,63%,67%)] — CSS variable: --color-primary: hsl(215, 63%, 67%);