HSL(217, 75%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 75%, 30%) | color: hsl(217, 75%, 30%) | |
| HEX | #133F86 | color: #133F86 | |
| RGB | rgb(19, 63, 134) | color: rgb(19, 63, 134) | |
| CMYK | cmyk(86%, 53%, 0%, 47%) | — | |
| HSV | hsv(217, 86%, 53%) | — | |
| HWB | hwb(217 7% 47%) | color: hwb(217 7% 47%) | |
| OKLCH | oklch(0.3828 0.1285 259.86) | color: oklch(0.3828 0.1285 259.86) | |
| Lab | lab(27.88 13.71 -43.9) | color: lab(27.88 13.71 -43.9) | |
| LCH | lch(27.88 45.99 287.34) | color: lch(27.88 45.99 287.34) |
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)
#262675 — rgb(38, 38, 117)
Deuteranopia (Green-blind)
#242071 — rgb(36, 32, 113)
Tritanopia (Blue-blind)
#156764 — rgb(21, 103, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 75%, 30%);
text
color: hsl(217, 75%, 30%);
border
border: 2px solid hsl(217, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(217, 75%, 50%), hsl(217, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(217, 75%, 30%), hsl(217, 75%, 10%))
hex
background-color: #133F86;
tailwind
bg-[hsl(217,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 75%, 30%, 0.4);
css variable
--color-primary: hsl(217, 75%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 75%, 30%)?
HEX: #133F86 | RGB: rgb(19, 63, 134) | CMYK: 86%, 53%, 0%, 47% | HSV: 217°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #133F86?
The complementary color is HSL(37, 75%, 30%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 75%, 30%) in CSS?
As HSL: color: hsl(217, 75%, 30%); — As HEX: color: #133F86; — As RGB: color: rgb(19, 63, 134); — Tailwind CSS: bg-[hsl(217,75%,30%)] — CSS variable: --color-primary: hsl(217, 75%, 30%);