HSL(231, 19%, 52%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(231,19%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 19%, 52%) | color: hsl(231, 19%, 52%) | |
| HEX | #6D749C | color: #6D749C | |
| RGB | rgb(109, 116, 156) | color: rgb(109, 116, 156) | |
| CMYK | cmyk(30%, 26%, 0%, 39%) | — | |
| HSV | hsv(231, 30%, 61%) | — | |
| HWB | hwb(231 43% 39%) | color: hwb(231 43% 39%) | |
| OKLCH | oklch(0.5686 0.0624 276.54) | color: oklch(0.5686 0.0624 276.54) | |
| Lab | lab(49.67 6.98 -22.43) | color: lab(49.67 6.98 -22.43) | |
| LCH | lch(49.67 23.49 287.29) | color: lch(49.67 23.49 287.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)
#707092 — rgb(112, 112, 146)
Deuteranopia (Green-blind)
#706F90 — rgb(112, 111, 144)
Tritanopia (Blue-blind)
#6D8B89 — rgb(109, 139, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 19%, 52%);
text
color: hsl(231, 19%, 52%);
border
border: 2px solid hsl(231, 19%, 52%);
gradient light
background: linear-gradient(to right, hsl(231, 19%, 72%), hsl(231, 19%, 52%));
gradient dark
background: linear-gradient(to right, hsl(231, 19%, 52%), hsl(231, 19%, 32%))
hex
background-color: #6D749C;
tailwind
bg-[hsl(231,19%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 19%, 52%, 0.4);
css variable
--color-primary: hsl(231, 19%, 52%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 19%, 52%)?
HEX: #6D749C | RGB: rgb(109, 116, 156) | CMYK: 30%, 26%, 0%, 39% | HSV: 231°, 30%, 61%. Copy any format from the conversion table above.
What colors go well with #6D749C?
The complementary color is HSL(51, 19%, 52%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 19%, 52%) in CSS?
As HSL: color: hsl(231, 19%, 52%); — As HEX: color: #6D749C; — As RGB: color: rgb(109, 116, 156); — Tailwind CSS: bg-[hsl(231,19%,52%)] — CSS variable: --color-primary: hsl(231, 19%, 52%);