HSL(42, 70%, 53%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,70%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 70%, 53%) | color: hsl(42, 70%, 53%) | |
| HEX | #DBA933 | color: #DBA933 | |
| RGB | rgb(219, 169, 51) | color: rgb(219, 169, 51) | |
| CMYK | cmyk(0%, 23%, 77%, 14%) | — | |
| HSV | hsv(42, 77%, 86%) | — | |
| HWB | hwb(42 20% 14%) | color: hwb(42 20% 14%) | |
| OKLCH | oklch(0.7615 0.1402 84.28) | color: oklch(0.7615 0.1402 84.28) | |
| Lab | lab(72.01 7.43 63.84) | color: lab(72.01 7.43 63.84) | |
| LCH | lch(72.01 64.27 83.36) | color: lch(72.01 64.27 83.36) |
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)
#C5C550 — rgb(197, 197, 80)
Deuteranopia (Green-blind)
#C8CC56 — rgb(200, 204, 86)
Tritanopia (Blue-blind)
#D9666B — rgb(217, 102, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 70%, 53%);
text
color: hsl(42, 70%, 53%);
border
border: 2px solid hsl(42, 70%, 53%);
gradient light
background: linear-gradient(to right, hsl(42, 70%, 73%), hsl(42, 70%, 53%));
gradient dark
background: linear-gradient(to right, hsl(42, 70%, 53%), hsl(42, 70%, 33%))
hex
background-color: #DBA933;
tailwind
bg-[hsl(42,70%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 70%, 53%, 0.4);
css variable
--color-primary: hsl(42, 70%, 53%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 70%, 53%)?
HEX: #DBA933 | RGB: rgb(219, 169, 51) | CMYK: 0%, 23%, 77%, 14% | HSV: 42°, 77%, 86%. Copy any format from the conversion table above.
What colors go well with #DBA933?
The complementary color is HSL(222, 70%, 53%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 70%, 53%) in CSS?
As HSL: color: hsl(42, 70%, 53%); — As HEX: color: #DBA933; — As RGB: color: rgb(219, 169, 51); — Tailwind CSS: bg-[hsl(42,70%,53%)] — CSS variable: --color-primary: hsl(42, 70%, 53%);