HSL(22, 25%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,25%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 25%, 33%) | color: hsl(22, 25%, 33%) | |
| HEX | #694F3F | color: #694F3F | |
| RGB | rgb(105, 79, 63) | color: rgb(105, 79, 63) | |
| CMYK | cmyk(0%, 25%, 40%, 59%) | — | |
| HSV | hsv(23, 40%, 41%) | — | |
| HWB | hwb(23 25% 59%) | color: hwb(23 25% 59%) | |
| OKLCH | oklch(0.4506 0.0432 52.92) | color: oklch(0.4506 0.0432 52.92) | |
| Lab | lab(35.9 8.5 13.67) | color: lab(35.9 8.5 13.67) | |
| LCH | lch(35.9 16.1 58.13) | color: lch(35.9 16.1 58.13) |
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)
#5E5E43 — rgb(94, 94, 67)
Deuteranopia (Green-blind)
#5F6144 — rgb(95, 97, 68)
Tritanopia (Blue-blind)
#684647 — rgb(104, 70, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 25%, 33%);
text
color: hsl(22, 25%, 33%);
border
border: 2px solid hsl(22, 25%, 33%);
gradient light
background: linear-gradient(to right, hsl(22, 25%, 53%), hsl(22, 25%, 33%));
gradient dark
background: linear-gradient(to right, hsl(22, 25%, 33%), hsl(22, 25%, 13%))
hex
background-color: #694F3F;
tailwind
bg-[hsl(22,25%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 25%, 33%, 0.4);
css variable
--color-primary: hsl(22, 25%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 25%, 33%)?
HEX: #694F3F | RGB: rgb(105, 79, 63) | CMYK: 0%, 25%, 40%, 59% | HSV: 23°, 40%, 41%. Copy any format from the conversion table above.
What colors go well with #694F3F?
The complementary color is HSL(202, 25%, 33%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 25%, 33%) in CSS?
As HSL: color: hsl(22, 25%, 33%); — As HEX: color: #694F3F; — As RGB: color: rgb(105, 79, 63); — Tailwind CSS: bg-[hsl(22,25%,33%)] — CSS variable: --color-primary: hsl(22, 25%, 33%);