HSL(29, 100%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,100%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 100%, 68%) | color: hsl(29, 100%, 68%) | |
| HEX | #FFAB5C | color: #FFAB5C | |
| RGB | rgb(255, 171, 92) | color: rgb(255, 171, 92) | |
| CMYK | cmyk(0%, 33%, 64%, 0%) | — | |
| HSV | hsv(29, 64%, 100%) | — | |
| HWB | hwb(29 36% 0%) | color: hwb(29 36% 0%) | |
| OKLCH | oklch(0.8085 0.1368 62.02) | color: oklch(0.8085 0.1368 62.02) | |
| Lab | lab(76.78 23.56 52.36) | color: lab(76.78 23.56 52.36) | |
| LCH | lch(76.78 57.42 65.77) | color: lch(76.78 57.42 65.77) |
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)
#DBDA6F — rgb(219, 218, 111)
Deuteranopia (Green-blind)
#E0E674 — rgb(224, 230, 116)
Tritanopia (Blue-blind)
#FB7E82 — rgb(251, 126, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 100%, 68%);
text
color: hsl(29, 100%, 68%);
border
border: 2px solid hsl(29, 100%, 68%);
gradient light
background: linear-gradient(to right, hsl(29, 100%, 88%), hsl(29, 100%, 68%));
gradient dark
background: linear-gradient(to right, hsl(29, 100%, 68%), hsl(29, 100%, 48%))
hex
background-color: #FFAB5C;
tailwind
bg-[hsl(29,100%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 100%, 68%, 0.4);
css variable
--color-primary: hsl(29, 100%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 100%, 68%)?
HEX: #FFAB5C | RGB: rgb(255, 171, 92) | CMYK: 0%, 33%, 64%, 0% | HSV: 29°, 64%, 100%. Copy any format from the conversion table above.
What colors go well with #FFAB5C?
The complementary color is HSL(209, 100%, 68%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 100%, 68%) in CSS?
As HSL: color: hsl(29, 100%, 68%); — As HEX: color: #FFAB5C; — As RGB: color: rgb(255, 171, 92); — Tailwind CSS: bg-[hsl(29,100%,68%)] — CSS variable: --color-primary: hsl(29, 100%, 68%);