HSL(202, 78%, 28%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,78%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 78%, 28%) | color: hsl(202, 78%, 28%) | |
| HEX | #10567F | color: #10567F | |
| RGB | rgb(16, 86, 127) | color: rgb(16, 86, 127) | |
| CMYK | cmyk(87%, 32%, 0%, 50%) | — | |
| HSV | hsv(202, 87%, 50%) | — | |
| HWB | hwb(202 7% 50%) | color: hwb(202 7% 50%) | |
| OKLCH | oklch(0.4335 0.0936 241.01) | color: oklch(0.4335 0.0936 241.01) | |
| Lab | lab(34.59 -4.86 -28.85) | color: lab(34.59 -4.86 -28.85) | |
| LCH | lch(34.59 29.26 260.44) | color: lch(34.59 29.26 260.44) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2E2F75 — rgb(46, 47, 117)
Deuteranopia (Green-blind)
#2A2573 — rgb(42, 37, 115)
Tritanopia (Blue-blind)
#146D6C — rgb(20, 109, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 78%, 28%);
text
color: hsl(202, 78%, 28%);
border
border: 2px solid hsl(202, 78%, 28%);
gradient light
background: linear-gradient(to right, hsl(202, 78%, 48%), hsl(202, 78%, 28%));
gradient dark
background: linear-gradient(to right, hsl(202, 78%, 28%), hsl(202, 78%, 8%))
hex
background-color: #10567F;
tailwind
bg-[hsl(202,78%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 78%, 28%, 0.4);
css variable
--color-primary: hsl(202, 78%, 28%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 78%, 28%)?
HEX: #10567F | RGB: rgb(16, 86, 127) | CMYK: 87%, 32%, 0%, 50% | HSV: 202°, 87%, 50%. Copy any format from the conversion table above.
What colors go well with #10567F?
The complementary color is HSL(22, 78%, 28%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 78%, 28%) in CSS?
As HSL: color: hsl(202, 78%, 28%); — As HEX: color: #10567F; — As RGB: color: rgb(16, 86, 127); — Tailwind CSS: bg-[hsl(202,78%,28%)] — CSS variable: --color-primary: hsl(202, 78%, 28%);