HSL(18, 47%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,47%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 47%, 28%) | color: hsl(18, 47%, 28%) | |
| HEX | #693A26 | color: #693A26 | |
| RGB | rgb(105, 58, 38) | color: rgb(105, 58, 38) | |
| CMYK | cmyk(0%, 45%, 64%, 59%) | — | |
| HSV | hsv(18, 64%, 41%) | — | |
| HWB | hwb(18 15% 59%) | color: hwb(18 15% 59%) | |
| OKLCH | oklch(0.4021 0.0737 43.33) | color: oklch(0.4021 0.0737 43.33) | |
| Lab | lab(29.84 18.67 21.3) | color: lab(29.84 18.67 21.3) | |
| LCH | lch(29.84 28.32 48.76) | color: lch(29.84 28.32 48.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)
#55542B — rgb(85, 84, 43)
Deuteranopia (Green-blind)
#575B2C — rgb(87, 91, 44)
Tritanopia (Blue-blind)
#672F30 — rgb(103, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 47%, 28%);
text
color: hsl(18, 47%, 28%);
border
border: 2px solid hsl(18, 47%, 28%);
gradient light
background: linear-gradient(to right, hsl(18, 47%, 48%), hsl(18, 47%, 28%));
gradient dark
background: linear-gradient(to right, hsl(18, 47%, 28%), hsl(18, 47%, 8%))
hex
background-color: #693A26;
tailwind
bg-[hsl(18,47%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 47%, 28%, 0.4);
css variable
--color-primary: hsl(18, 47%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 47%, 28%)?
HEX: #693A26 | RGB: rgb(105, 58, 38) | CMYK: 0%, 45%, 64%, 59% | HSV: 18°, 64%, 41%. Copy any format from the conversion table above.
What colors go well with #693A26?
The complementary color is HSL(198, 47%, 28%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 47%, 28%) in CSS?
As HSL: color: hsl(18, 47%, 28%); — As HEX: color: #693A26; — As RGB: color: rgb(105, 58, 38); — Tailwind CSS: bg-[hsl(18,47%,28%)] — CSS variable: --color-primary: hsl(18, 47%, 28%);