HSL(35, 63%, 58%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,63%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 63%, 58%) | color: hsl(35, 63%, 58%) | |
| HEX | #D79F50 | color: #D79F50 | |
| RGB | rgb(215, 159, 80) | color: rgb(215, 159, 80) | |
| CMYK | cmyk(0%, 26%, 63%, 16%) | — | |
| HSV | hsv(35, 63%, 84%) | — | |
| HWB | hwb(35 31% 16%) | color: hwb(35 31% 16%) | |
| OKLCH | oklch(0.7404 0.1168 73.63) | color: oklch(0.7404 0.1168 73.63) | |
| Lab | lab(69.35 12.59 48.49) | color: lab(69.35 12.59 48.49) | |
| LCH | lch(69.35 50.1 75.45) | color: lch(69.35 50.1 75.45) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#BFBE63 — rgb(191, 190, 99)
Deuteranopia (Green-blind)
#C2C668 — rgb(194, 198, 104)
Tritanopia (Blue-blind)
#D47276 — rgb(212, 114, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 63%, 58%);
text
color: hsl(35, 63%, 58%);
border
border: 2px solid hsl(35, 63%, 58%);
gradient light
background: linear-gradient(to right, hsl(35, 63%, 78%), hsl(35, 63%, 58%));
gradient dark
background: linear-gradient(to right, hsl(35, 63%, 58%), hsl(35, 63%, 38%))
hex
background-color: #D79F50;
tailwind
bg-[hsl(35,63%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 63%, 58%, 0.4);
css variable
--color-primary: hsl(35, 63%, 58%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 63%, 58%)?
HEX: #D79F50 | RGB: rgb(215, 159, 80) | CMYK: 0%, 26%, 63%, 16% | HSV: 35°, 63%, 84%. Copy any format from the conversion table above.
What colors go well with #D79F50?
The complementary color is HSL(215, 63%, 58%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 63%, 58%) in CSS?
As HSL: color: hsl(35, 63%, 58%); — As HEX: color: #D79F50; — As RGB: color: rgb(215, 159, 80); — Tailwind CSS: bg-[hsl(35,63%,58%)] — CSS variable: --color-primary: hsl(35, 63%, 58%);