HSL(34, 79%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,79%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 79%, 65%) | color: hsl(34, 79%, 65%) | |
| HEX | #ECAF5F | color: #ECAF5F | |
| RGB | rgb(236, 175, 95) | color: rgb(236, 175, 95) | |
| CMYK | cmyk(0%, 26%, 60%, 7%) | — | |
| HSV | hsv(34, 60%, 93%) | — | |
| HWB | hwb(34 37% 7%) | color: hwb(34 37% 7%) | |
| OKLCH | oklch(0.7952 0.1205 72.01) | color: oklch(0.7952 0.1205 72.01) | |
| Lab | lab(75.65 13.86 49.06) | color: lab(75.65 13.86 49.06) | |
| LCH | lch(75.65 50.98 74.22) | color: lch(75.65 50.98 74.22) |
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)
#D2D172 — rgb(210, 209, 114)
Deuteranopia (Green-blind)
#D5DA77 — rgb(213, 218, 119)
Tritanopia (Blue-blind)
#E98285 — rgb(233, 130, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 79%, 65%);
text
color: hsl(34, 79%, 65%);
border
border: 2px solid hsl(34, 79%, 65%);
gradient light
background: linear-gradient(to right, hsl(34, 79%, 85%), hsl(34, 79%, 65%));
gradient dark
background: linear-gradient(to right, hsl(34, 79%, 65%), hsl(34, 79%, 45%))
hex
background-color: #ECAF5F;
tailwind
bg-[hsl(34,79%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 79%, 65%, 0.4);
css variable
--color-primary: hsl(34, 79%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 79%, 65%)?
HEX: #ECAF5F | RGB: rgb(236, 175, 95) | CMYK: 0%, 26%, 60%, 7% | HSV: 34°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #ECAF5F?
The complementary color is HSL(214, 79%, 65%). 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, 79%, 65%) in CSS?
As HSL: color: hsl(34, 79%, 65%); — As HEX: color: #ECAF5F; — As RGB: color: rgb(236, 175, 95); — Tailwind CSS: bg-[hsl(34,79%,65%)] — CSS variable: --color-primary: hsl(34, 79%, 65%);