HSL(225, 76%, 33%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,76%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 76%, 33%) | color: hsl(225, 76%, 33%) | |
| HEX | #143494 | color: #143494 | |
| RGB | rgb(20, 52, 148) | color: rgb(20, 52, 148) | |
| CMYK | cmyk(86%, 65%, 0%, 42%) | — | |
| HSV | hsv(225, 86%, 58%) | — | |
| HWB | hwb(225 8% 42%) | color: hwb(225 8% 42%) | |
| OKLCH | oklch(0.3723 0.1618 264.92) | color: oklch(0.3723 0.1618 264.92) | |
| Lab | lab(25.99 27.2 -55.64) | color: lab(25.99 27.2 -55.64) | |
| LCH | lch(25.99 61.93 296.05) | color: lch(25.99 61.93 296.05) |
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)
#22227D — rgb(34, 34, 125)
Deuteranopia (Green-blind)
#201E77 — rgb(32, 30, 119)
Tritanopia (Blue-blind)
#166A66 — rgb(22, 106, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 76%, 33%);
text
color: hsl(225, 76%, 33%);
border
border: 2px solid hsl(225, 76%, 33%);
gradient light
background: linear-gradient(to right, hsl(225, 76%, 53%), hsl(225, 76%, 33%));
gradient dark
background: linear-gradient(to right, hsl(225, 76%, 33%), hsl(225, 76%, 13%))
hex
background-color: #143494;
tailwind
bg-[hsl(225,76%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 76%, 33%, 0.4);
css variable
--color-primary: hsl(225, 76%, 33%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 76%, 33%)?
HEX: #143494 | RGB: rgb(20, 52, 148) | CMYK: 86%, 65%, 0%, 42% | HSV: 225°, 86%, 58%. Copy any format from the conversion table above.
What colors go well with #143494?
The complementary color is HSL(45, 76%, 33%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 76%, 33%) in CSS?
As HSL: color: hsl(225, 76%, 33%); — As HEX: color: #143494; — As RGB: color: rgb(20, 52, 148); — Tailwind CSS: bg-[hsl(225,76%,33%)] — CSS variable: --color-primary: hsl(225, 76%, 33%);