HSL(226, 20%, 25%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,20%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 20%, 25%) | color: hsl(226, 20%, 25%) | |
| HEX | #33394D | color: #33394D | |
| RGB | rgb(51, 57, 77) | color: rgb(51, 57, 77) | |
| CMYK | cmyk(34%, 26%, 0%, 70%) | — | |
| HSV | hsv(226, 34%, 30%) | — | |
| HWB | hwb(226 20% 70%) | color: hwb(226 20% 70%) | |
| OKLCH | oklch(0.3477 0.036 271.49) | color: oklch(0.3477 0.036 271.49) | |
| Lab | lab(24.21 2.99 -13.03) | color: lab(24.21 2.99 -13.03) | |
| LCH | lch(24.21 13.37 282.92) | color: lch(24.21 13.37 282.92) |
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)
#363648 — rgb(54, 54, 72)
Deuteranopia (Green-blind)
#353547 — rgb(53, 53, 71)
Tritanopia (Blue-blind)
#334444 — rgb(51, 68, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 20%, 25%);
text
color: hsl(226, 20%, 25%);
border
border: 2px solid hsl(226, 20%, 25%);
gradient light
background: linear-gradient(to right, hsl(226, 20%, 45%), hsl(226, 20%, 25%));
gradient dark
background: linear-gradient(to right, hsl(226, 20%, 25%), hsl(226, 20%, 5%))
hex
background-color: #33394D;
tailwind
bg-[hsl(226,20%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 20%, 25%, 0.4);
css variable
--color-primary: hsl(226, 20%, 25%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 20%, 25%)?
HEX: #33394D | RGB: rgb(51, 57, 77) | CMYK: 34%, 26%, 0%, 70% | HSV: 226°, 34%, 30%. Copy any format from the conversion table above.
What colors go well with #33394D?
The complementary color is HSL(46, 20%, 25%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 20%, 25%) in CSS?
As HSL: color: hsl(226, 20%, 25%); — As HEX: color: #33394D; — As RGB: color: rgb(51, 57, 77); — Tailwind CSS: bg-[hsl(226,20%,25%)] — CSS variable: --color-primary: hsl(226, 20%, 25%);