HSL(237, 63%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,63%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 63%, 64%) | color: hsl(237, 63%, 64%) | |
| HEX | #696FDD | color: #696FDD | |
| RGB | rgb(105, 111, 221) | color: rgb(105, 111, 221) | |
| CMYK | cmyk(52%, 50%, 0%, 13%) | — | |
| HSV | hsv(237, 52%, 87%) | — | |
| HWB | hwb(237 42% 13%) | color: hwb(237 42% 13%) | |
| OKLCH | oklch(0.5917 0.1646 277.75) | color: oklch(0.5917 0.1646 277.75) | |
| Lab | lab(51.37 28.06 -57.18) | color: lab(51.37 28.06 -57.18) | |
| LCH | lch(51.37 63.69 296.14) | color: lch(51.37 63.69 296.14) |
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)
#6C6CC2 — rgb(108, 108, 194)
Deuteranopia (Green-blind)
#6B6BBC — rgb(107, 107, 188)
Tritanopia (Blue-blind)
#69ADA9 — rgb(105, 173, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 63%, 64%);
text
color: hsl(237, 63%, 64%);
border
border: 2px solid hsl(237, 63%, 64%);
gradient light
background: linear-gradient(to right, hsl(237, 63%, 84%), hsl(237, 63%, 64%));
gradient dark
background: linear-gradient(to right, hsl(237, 63%, 64%), hsl(237, 63%, 44%))
hex
background-color: #696FDD;
tailwind
bg-[hsl(237,63%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 63%, 64%, 0.4);
css variable
--color-primary: hsl(237, 63%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 63%, 64%)?
HEX: #696FDD | RGB: rgb(105, 111, 221) | CMYK: 52%, 50%, 0%, 13% | HSV: 237°, 52%, 87%. Copy any format from the conversion table above.
What colors go well with #696FDD?
The complementary color is HSL(57, 63%, 64%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 63%, 64%) in CSS?
As HSL: color: hsl(237, 63%, 64%); — As HEX: color: #696FDD; — As RGB: color: rgb(105, 111, 221); — Tailwind CSS: bg-[hsl(237,63%,64%)] — CSS variable: --color-primary: hsl(237, 63%, 64%);