HSL(28, 70%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,70%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 70%, 35%) | color: hsl(28, 70%, 35%) | |
| HEX | #98551B | color: #98551B | |
| RGB | rgb(152, 85, 27) | color: rgb(152, 85, 27) | |
| CMYK | cmyk(0%, 44%, 82%, 40%) | — | |
| HSV | hsv(28, 82%, 60%) | — | |
| HWB | hwb(28 11% 40%) | color: hwb(28 11% 40%) | |
| OKLCH | oklch(0.5185 0.1123 56.53) | color: oklch(0.5185 0.1123 56.53) | |
| Lab | lab(43.14 23.42 43.42) | color: lab(43.14 23.42 43.42) | |
| LCH | lch(43.14 49.33 61.66) | color: lch(43.14 49.33 61.66) |
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)
#7B7A29 — rgb(123, 122, 41)
Deuteranopia (Green-blind)
#7F842C — rgb(127, 132, 44)
Tritanopia (Blue-blind)
#953437 — rgb(149, 52, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 70%, 35%);
text
color: hsl(28, 70%, 35%);
border
border: 2px solid hsl(28, 70%, 35%);
gradient light
background: linear-gradient(to right, hsl(28, 70%, 55%), hsl(28, 70%, 35%));
gradient dark
background: linear-gradient(to right, hsl(28, 70%, 35%), hsl(28, 70%, 15%))
hex
background-color: #98551B;
tailwind
bg-[hsl(28,70%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 70%, 35%, 0.4);
css variable
--color-primary: hsl(28, 70%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 70%, 35%)?
HEX: #98551B | RGB: rgb(152, 85, 27) | CMYK: 0%, 44%, 82%, 40% | HSV: 28°, 82%, 60%. Copy any format from the conversion table above.
What colors go well with #98551B?
The complementary color is HSL(208, 70%, 35%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 70%, 35%) in CSS?
As HSL: color: hsl(28, 70%, 35%); — As HEX: color: #98551B; — As RGB: color: rgb(152, 85, 27); — Tailwind CSS: bg-[hsl(28,70%,35%)] — CSS variable: --color-primary: hsl(28, 70%, 35%);