HSL(200, 25%, 45%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,25%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 25%, 45%) | color: hsl(200, 25%, 45%) | |
| HEX | #567C8F | color: #567C8F | |
| RGB | rgb(86, 124, 143) | color: rgb(86, 124, 143) | |
| CMYK | cmyk(40%, 13%, 0%, 44%) | — | |
| HSV | hsv(200, 40%, 56%) | — | |
| HWB | hwb(200 34% 44%) | color: hwb(200 34% 44%) | |
| OKLCH | oklch(0.5652 0.0518 230.48) | color: oklch(0.5652 0.0518 230.48) | |
| Lab | lab(49.95 -8.18 -14.51) | color: lab(49.95 -8.18 -14.51) | |
| LCH | lch(49.95 16.66 240.59) | color: lch(49.95 16.66 240.59) |
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)
#66678A — rgb(102, 103, 138)
Deuteranopia (Green-blind)
#646189 — rgb(100, 97, 137)
Tritanopia (Blue-blind)
#588786 — rgb(88, 135, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 25%, 45%);
text
color: hsl(200, 25%, 45%);
border
border: 2px solid hsl(200, 25%, 45%);
gradient light
background: linear-gradient(to right, hsl(200, 25%, 65%), hsl(200, 25%, 45%));
gradient dark
background: linear-gradient(to right, hsl(200, 25%, 45%), hsl(200, 25%, 25%))
hex
background-color: #567C8F;
tailwind
bg-[hsl(200,25%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 25%, 45%, 0.4);
css variable
--color-primary: hsl(200, 25%, 45%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 25%, 45%)?
HEX: #567C8F | RGB: rgb(86, 124, 143) | CMYK: 40%, 13%, 0%, 44% | HSV: 200°, 40%, 56%. Copy any format from the conversion table above.
What colors go well with #567C8F?
The complementary color is HSL(20, 25%, 45%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 25%, 45%) in CSS?
As HSL: color: hsl(200, 25%, 45%); — As HEX: color: #567C8F; — As RGB: color: rgb(86, 124, 143); — Tailwind CSS: bg-[hsl(200,25%,45%)] — CSS variable: --color-primary: hsl(200, 25%, 45%);