HSL(20, 27%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,27%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 27%, 34%) | color: hsl(20, 27%, 34%) | |
| HEX | #6E4F3F | color: #6E4F3F | |
| RGB | rgb(110, 79, 63) | color: rgb(110, 79, 63) | |
| CMYK | cmyk(0%, 28%, 43%, 57%) | — | |
| HSV | hsv(20, 43%, 43%) | — | |
| HWB | hwb(20 25% 57%) | color: hwb(20 25% 57%) | |
| OKLCH | oklch(0.4566 0.049 48.37) | color: oklch(0.4566 0.049 48.37) | |
| Lab | lab(36.49 10.75 14.58) | color: lab(36.49 10.75 14.58) | |
| LCH | lch(36.49 18.11 53.6) | color: lch(36.49 18.11 53.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)
#616043 — rgb(97, 96, 67)
Deuteranopia (Green-blind)
#626544 — rgb(98, 101, 68)
Tritanopia (Blue-blind)
#6C4647 — rgb(108, 70, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 27%, 34%);
text
color: hsl(20, 27%, 34%);
border
border: 2px solid hsl(20, 27%, 34%);
gradient light
background: linear-gradient(to right, hsl(20, 27%, 54%), hsl(20, 27%, 34%));
gradient dark
background: linear-gradient(to right, hsl(20, 27%, 34%), hsl(20, 27%, 14%))
hex
background-color: #6E4F3F;
tailwind
bg-[hsl(20,27%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 27%, 34%, 0.4);
css variable
--color-primary: hsl(20, 27%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 27%, 34%)?
HEX: #6E4F3F | RGB: rgb(110, 79, 63) | CMYK: 0%, 28%, 43%, 57% | HSV: 20°, 43%, 43%. Copy any format from the conversion table above.
What colors go well with #6E4F3F?
The complementary color is HSL(200, 27%, 34%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 27%, 34%) in CSS?
As HSL: color: hsl(20, 27%, 34%); — As HEX: color: #6E4F3F; — As RGB: color: rgb(110, 79, 63); — Tailwind CSS: bg-[hsl(20,27%,34%)] — CSS variable: --color-primary: hsl(20, 27%, 34%);