HSL(233, 63%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,63%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 63%, 64%) | color: hsl(233, 63%, 64%) | |
| HEX | #6977DD | color: #6977DD | |
| RGB | rgb(105, 119, 221) | color: rgb(105, 119, 221) | |
| CMYK | cmyk(52%, 46%, 0%, 13%) | — | |
| HSV | hsv(233, 52%, 87%) | — | |
| HWB | hwb(233 42% 13%) | color: hwb(233 42% 13%) | |
| OKLCH | oklch(0.6071 0.1541 274.97) | color: oklch(0.6071 0.1541 274.97) | |
| Lab | lab(53.4 23.21 -53.92) | color: lab(53.4 23.21 -53.92) | |
| LCH | lch(53.4 58.7 293.29) | color: lch(53.4 58.7 293.29) |
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)
#6F6FC4 — rgb(111, 111, 196)
Deuteranopia (Green-blind)
#6E6DBE — rgb(110, 109, 190)
Tritanopia (Blue-blind)
#6AB1AD — rgb(106, 177, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 63%, 64%);
text
color: hsl(233, 63%, 64%);
border
border: 2px solid hsl(233, 63%, 64%);
gradient light
background: linear-gradient(to right, hsl(233, 63%, 84%), hsl(233, 63%, 64%));
gradient dark
background: linear-gradient(to right, hsl(233, 63%, 64%), hsl(233, 63%, 44%))
hex
background-color: #6977DD;
tailwind
bg-[hsl(233,63%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 63%, 64%, 0.4);
css variable
--color-primary: hsl(233, 63%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 63%, 64%)?
HEX: #6977DD | RGB: rgb(105, 119, 221) | CMYK: 52%, 46%, 0%, 13% | HSV: 233°, 52%, 87%. Copy any format from the conversion table above.
What colors go well with #6977DD?
The complementary color is HSL(53, 63%, 64%). 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, 63%, 64%) in CSS?
As HSL: color: hsl(233, 63%, 64%); — As HEX: color: #6977DD; — As RGB: color: rgb(105, 119, 221); — Tailwind CSS: bg-[hsl(233,63%,64%)] — CSS variable: --color-primary: hsl(233, 63%, 64%);