HSL(12, 25%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,25%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 25%, 33%) | color: hsl(12, 25%, 33%) | |
| HEX | #69483F | color: #69483F | |
| RGB | rgb(105, 72, 63) | color: rgb(105, 72, 63) | |
| CMYK | cmyk(0%, 31%, 40%, 59%) | — | |
| HSV | hsv(13, 40%, 41%) | — | |
| HWB | hwb(13 25% 59%) | color: hwb(13 25% 59%) | |
| OKLCH | oklch(0.4357 0.048 35.87) | color: oklch(0.4357 0.048 35.87) | |
| Lab | lab(33.98 12.82 11.05) | color: lab(33.98 12.82 11.05) | |
| LCH | lch(33.98 16.92 40.76) | color: lch(33.98 16.92 40.76) |
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)
#5B5A41 — rgb(91, 90, 65)
Deuteranopia (Green-blind)
#5D5F42 — rgb(93, 95, 66)
Tritanopia (Blue-blind)
#674343 — rgb(103, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 25%, 33%);
text
color: hsl(12, 25%, 33%);
border
border: 2px solid hsl(12, 25%, 33%);
gradient light
background: linear-gradient(to right, hsl(12, 25%, 53%), hsl(12, 25%, 33%));
gradient dark
background: linear-gradient(to right, hsl(12, 25%, 33%), hsl(12, 25%, 13%))
hex
background-color: #69483F;
tailwind
bg-[hsl(12,25%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 25%, 33%, 0.4);
css variable
--color-primary: hsl(12, 25%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 25%, 33%)?
HEX: #69483F | RGB: rgb(105, 72, 63) | CMYK: 0%, 31%, 40%, 59% | HSV: 13°, 40%, 41%. Copy any format from the conversion table above.
What colors go well with #69483F?
The complementary color is HSL(192, 25%, 33%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 25%, 33%) in CSS?
As HSL: color: hsl(12, 25%, 33%); — As HEX: color: #69483F; — As RGB: color: rgb(105, 72, 63); — Tailwind CSS: bg-[hsl(12,25%,33%)] — CSS variable: --color-primary: hsl(12, 25%, 33%);