HSL(27, 100%, 19%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,100%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 100%, 19%) | color: hsl(27, 100%, 19%) | |
| HEX | #612C00 | color: #612C00 | |
| RGB | rgb(97, 44, 0) | color: rgb(97, 44, 0) | |
| CMYK | cmyk(0%, 55%, 100%, 62%) | — | |
| HSV | hsv(27, 100%, 38%) | — | |
| HWB | hwb(27 0% 62%) | color: hwb(27 0% 62%) | |
| OKLCH | oklch(0.3595 0.092 52.39) | color: oklch(0.3595 0.092 52.39) | |
| Lab | lab(24.78 21.44 35.12) | color: lab(24.78 21.44 35.12) | |
| LCH | lch(24.78 41.15 58.6) | color: lch(24.78 41.15 58.6) |
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)
#4A4A0B — rgb(74, 74, 11)
Deuteranopia (Green-blind)
#4D510D — rgb(77, 81, 13)
Tritanopia (Blue-blind)
#5E1315 — rgb(94, 19, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 100%, 19%);
text
color: hsl(27, 100%, 19%);
border
border: 2px solid hsl(27, 100%, 19%);
gradient light
background: linear-gradient(to right, hsl(27, 100%, 39%), hsl(27, 100%, 19%));
gradient dark
background: linear-gradient(to right, hsl(27, 100%, 19%), hsl(27, 100%, 0%))
hex
background-color: #612C00;
tailwind
bg-[hsl(27,100%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 100%, 19%, 0.4);
css variable
--color-primary: hsl(27, 100%, 19%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 100%, 19%)?
HEX: #612C00 | RGB: rgb(97, 44, 0) | CMYK: 0%, 55%, 100%, 62% | HSV: 27°, 100%, 38%. Copy any format from the conversion table above.
What colors go well with #612C00?
The complementary color is HSL(207, 100%, 19%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 100%, 19%) in CSS?
As HSL: color: hsl(27, 100%, 19%); — As HEX: color: #612C00; — As RGB: color: rgb(97, 44, 0); — Tailwind CSS: bg-[hsl(27,100%,19%)] — CSS variable: --color-primary: hsl(27, 100%, 19%);