HSL(223, 32%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(223,32%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 32%, 57%) | color: hsl(223, 32%, 57%) | |
| HEX | #6E82B4 | color: #6E82B4 | |
| RGB | rgb(110, 130, 180) | color: rgb(110, 130, 180) | |
| CMYK | cmyk(39%, 28%, 0%, 29%) | — | |
| HSV | hsv(223, 39%, 71%) | — | |
| HWB | hwb(223 43% 29%) | color: hwb(223 43% 29%) | |
| OKLCH | oklch(0.6107 0.0799 267.27) | color: oklch(0.6107 0.0799 267.27) | |
| Lab | lab(54.63 5.54 -28.66) | color: lab(54.63 5.54 -28.66) | |
| LCH | lch(54.63 29.19 280.94) | color: lch(54.63 29.19 280.94) |
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)
#7777A8 — rgb(119, 119, 168)
Deuteranopia (Green-blind)
#7674A5 — rgb(118, 116, 165)
Tritanopia (Blue-blind)
#6F9E9C — rgb(111, 158, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 32%, 57%);
text
color: hsl(223, 32%, 57%);
border
border: 2px solid hsl(223, 32%, 57%);
gradient light
background: linear-gradient(to right, hsl(223, 32%, 77%), hsl(223, 32%, 57%));
gradient dark
background: linear-gradient(to right, hsl(223, 32%, 57%), hsl(223, 32%, 37%))
hex
background-color: #6E82B4;
tailwind
bg-[hsl(223,32%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 32%, 57%, 0.4);
css variable
--color-primary: hsl(223, 32%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 32%, 57%)?
HEX: #6E82B4 | RGB: rgb(110, 130, 180) | CMYK: 39%, 28%, 0%, 29% | HSV: 223°, 39%, 71%. Copy any format from the conversion table above.
What colors go well with #6E82B4?
The complementary color is HSL(43, 32%, 57%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 32%, 57%) in CSS?
As HSL: color: hsl(223, 32%, 57%); — As HEX: color: #6E82B4; — As RGB: color: rgb(110, 130, 180); — Tailwind CSS: bg-[hsl(223,32%,57%)] — CSS variable: --color-primary: hsl(223, 32%, 57%);