HSL(28, 63%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,63%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 63%, 30%) | color: hsl(28, 63%, 30%) | |
| HEX | #7D491C | color: #7D491C | |
| RGB | rgb(125, 73, 28) | color: rgb(125, 73, 28) | |
| CMYK | cmyk(0%, 42%, 78%, 51%) | — | |
| HSV | hsv(28, 78%, 49%) | — | |
| HWB | hwb(28 11% 51%) | color: hwb(28 11% 51%) | |
| OKLCH | oklch(0.4583 0.0918 57.94) | color: oklch(0.4583 0.0918 57.94) | |
| Lab | lab(36.39 18.23 35.08) | color: lab(36.39 18.23 35.08) | |
| LCH | lch(36.39 39.53 62.54) | color: lch(36.39 39.53 62.54) |
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)
#666627 — rgb(102, 102, 39)
Deuteranopia (Green-blind)
#6A6D2A — rgb(106, 109, 42)
Tritanopia (Blue-blind)
#7A2F31 — rgb(122, 47, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 63%, 30%);
text
color: hsl(28, 63%, 30%);
border
border: 2px solid hsl(28, 63%, 30%);
gradient light
background: linear-gradient(to right, hsl(28, 63%, 50%), hsl(28, 63%, 30%));
gradient dark
background: linear-gradient(to right, hsl(28, 63%, 30%), hsl(28, 63%, 10%))
hex
background-color: #7D491C;
tailwind
bg-[hsl(28,63%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 63%, 30%, 0.4);
css variable
--color-primary: hsl(28, 63%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 63%, 30%)?
HEX: #7D491C | RGB: rgb(125, 73, 28) | CMYK: 0%, 42%, 78%, 51% | HSV: 28°, 78%, 49%. Copy any format from the conversion table above.
What colors go well with #7D491C?
The complementary color is HSL(208, 63%, 30%). 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, 63%, 30%) in CSS?
As HSL: color: hsl(28, 63%, 30%); — As HEX: color: #7D491C; — As RGB: color: rgb(125, 73, 28); — Tailwind CSS: bg-[hsl(28,63%,30%)] — CSS variable: --color-primary: hsl(28, 63%, 30%);