HSL(236, 60%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,60%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 60%, 67%) | color: hsl(236, 60%, 67%) | |
| HEX | #787FDD | color: #787FDD | |
| RGB | rgb(120, 127, 221) | color: rgb(120, 127, 221) | |
| CMYK | cmyk(46%, 43%, 0%, 13%) | — | |
| HSV | hsv(236, 46%, 87%) | — | |
| HWB | hwb(236 47% 13%) | color: hwb(236 47% 13%) | |
| OKLCH | oklch(0.6331 0.14 278.38) | color: oklch(0.6331 0.14 278.38) | |
| Lab | lab(56.48 21.8 -48.96) | color: lab(56.48 21.8 -48.96) | |
| LCH | lch(56.48 53.59 294) | color: lch(56.48 53.59 294) |
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)
#7B7BC6 — rgb(123, 123, 198)
Deuteranopia (Green-blind)
#7B7AC1 — rgb(123, 122, 193)
Tritanopia (Blue-blind)
#78B4B0 — rgb(120, 180, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 60%, 67%);
text
color: hsl(236, 60%, 67%);
border
border: 2px solid hsl(236, 60%, 67%);
gradient light
background: linear-gradient(to right, hsl(236, 60%, 87%), hsl(236, 60%, 67%));
gradient dark
background: linear-gradient(to right, hsl(236, 60%, 67%), hsl(236, 60%, 47%))
hex
background-color: #787FDD;
tailwind
bg-[hsl(236,60%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 60%, 67%, 0.4);
css variable
--color-primary: hsl(236, 60%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 60%, 67%)?
HEX: #787FDD | RGB: rgb(120, 127, 221) | CMYK: 46%, 43%, 0%, 13% | HSV: 236°, 46%, 87%. Copy any format from the conversion table above.
What colors go well with #787FDD?
The complementary color is HSL(56, 60%, 67%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 60%, 67%) in CSS?
As HSL: color: hsl(236, 60%, 67%); — As HEX: color: #787FDD; — As RGB: color: rgb(120, 127, 221); — Tailwind CSS: bg-[hsl(236,60%,67%)] — CSS variable: --color-primary: hsl(236, 60%, 67%);