HSL(40, 72%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(40,72%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 72%, 25%) | color: hsl(40, 72%, 25%) | |
| HEX | #6E4F12 | color: #6E4F12 | |
| RGB | rgb(110, 79, 18) | color: rgb(110, 79, 18) | |
| CMYK | cmyk(0%, 28%, 84%, 57%) | — | |
| HSV | hsv(40, 84%, 43%) | — | |
| HWB | hwb(40 7% 57%) | color: hwb(40 7% 57%) | |
| OKLCH | oklch(0.4499 0.0848 79.48) | color: oklch(0.4499 0.0848 79.48) | |
| Lab | lab(35.89 7.03 38.44) | color: lab(35.89 7.03 38.44) | |
| LCH | lch(35.89 39.08 79.64) | color: lch(35.89 39.08 79.64) |
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)
#616021 — rgb(97, 96, 33)
Deuteranopia (Green-blind)
#626524 — rgb(98, 101, 36)
Tritanopia (Blue-blind)
#6C2C2F — rgb(108, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 72%, 25%);
text
color: hsl(40, 72%, 25%);
border
border: 2px solid hsl(40, 72%, 25%);
gradient light
background: linear-gradient(to right, hsl(40, 72%, 45%), hsl(40, 72%, 25%));
gradient dark
background: linear-gradient(to right, hsl(40, 72%, 25%), hsl(40, 72%, 5%))
hex
background-color: #6E4F12;
tailwind
bg-[hsl(40,72%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 72%, 25%, 0.4);
css variable
--color-primary: hsl(40, 72%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 72%, 25%)?
HEX: #6E4F12 | RGB: rgb(110, 79, 18) | CMYK: 0%, 28%, 84%, 57% | HSV: 40°, 84%, 43%. Copy any format from the conversion table above.
What colors go well with #6E4F12?
The complementary color is HSL(220, 72%, 25%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 72%, 25%) in CSS?
As HSL: color: hsl(40, 72%, 25%); — As HEX: color: #6E4F12; — As RGB: color: rgb(110, 79, 18); — Tailwind CSS: bg-[hsl(40,72%,25%)] — CSS variable: --color-primary: hsl(40, 72%, 25%);