HSL(34, 99%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,99%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 99%, 68%) | color: hsl(34, 99%, 68%) | |
| HEX | #FEB85D | color: #FEB85D | |
| RGB | rgb(254, 184, 93) | color: rgb(254, 184, 93) | |
| CMYK | cmyk(0%, 28%, 63%, 0%) | — | |
| HSV | hsv(34, 63%, 100%) | — | |
| HWB | hwb(34 37% 0%) | color: hwb(34 37% 0%) | |
| OKLCH | oklch(0.831 0.1342 71.21) | color: oklch(0.831 0.1342 71.21) | |
| Lab | lab(79.7 16.41 55.17) | color: lab(79.7 16.41 55.17) | |
| LCH | lch(79.7 57.56 73.44) | color: lch(79.7 57.56 73.44) |
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)
#E0DF73 — rgb(224, 223, 115)
Deuteranopia (Green-blind)
#E4E978 — rgb(228, 233, 120)
Tritanopia (Blue-blind)
#FB8488 — rgb(251, 132, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 99%, 68%);
text
color: hsl(34, 99%, 68%);
border
border: 2px solid hsl(34, 99%, 68%);
gradient light
background: linear-gradient(to right, hsl(34, 99%, 88%), hsl(34, 99%, 68%));
gradient dark
background: linear-gradient(to right, hsl(34, 99%, 68%), hsl(34, 99%, 48%))
hex
background-color: #FEB85D;
tailwind
bg-[hsl(34,99%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 99%, 68%, 0.4);
css variable
--color-primary: hsl(34, 99%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 99%, 68%)?
HEX: #FEB85D | RGB: rgb(254, 184, 93) | CMYK: 0%, 28%, 63%, 0% | HSV: 34°, 63%, 100%. Copy any format from the conversion table above.
What colors go well with #FEB85D?
The complementary color is HSL(214, 99%, 68%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 99%, 68%) in CSS?
As HSL: color: hsl(34, 99%, 68%); — As HEX: color: #FEB85D; — As RGB: color: rgb(254, 184, 93); — Tailwind CSS: bg-[hsl(34,99%,68%)] — CSS variable: --color-primary: hsl(34, 99%, 68%);