HSL(34, 63%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,63%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 63%, 74%) | color: hsl(34, 63%, 74%) | |
| HEX | #E6C293 | color: #E6C293 | |
| RGB | rgb(230, 194, 147) | color: rgb(230, 194, 147) | |
| CMYK | cmyk(0%, 16%, 36%, 10%) | — | |
| HSV | hsv(34, 36%, 90%) | — | |
| HWB | hwb(34 58% 10%) | color: hwb(34 58% 10%) | |
| OKLCH | oklch(0.834 0.0741 73.92) | color: oklch(0.834 0.0741 73.92) | |
| Lab | lab(80.47 6.31 28.43) | color: lab(80.47 6.31 28.43) | |
| LCH | lch(80.47 29.12 77.49) | color: lch(80.47 29.12 77.49) |
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)
#D6D69E — rgb(214, 214, 158)
Deuteranopia (Green-blind)
#D9DBA1 — rgb(217, 219, 161)
Tritanopia (Blue-blind)
#E4A7A9 — rgb(228, 167, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 63%, 74%);
text
color: hsl(34, 63%, 74%);
border
border: 2px solid hsl(34, 63%, 74%);
gradient light
background: linear-gradient(to right, hsl(34, 63%, 94%), hsl(34, 63%, 74%));
gradient dark
background: linear-gradient(to right, hsl(34, 63%, 74%), hsl(34, 63%, 54%))
hex
background-color: #E6C293;
tailwind
bg-[hsl(34,63%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 63%, 74%, 0.4);
css variable
--color-primary: hsl(34, 63%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 63%, 74%)?
HEX: #E6C293 | RGB: rgb(230, 194, 147) | CMYK: 0%, 16%, 36%, 10% | HSV: 34°, 36%, 90%. Copy any format from the conversion table above.
What colors go well with #E6C293?
The complementary color is HSL(214, 63%, 74%). 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, 63%, 74%) in CSS?
As HSL: color: hsl(34, 63%, 74%); — As HEX: color: #E6C293; — As RGB: color: rgb(230, 194, 147); — Tailwind CSS: bg-[hsl(34,63%,74%)] — CSS variable: --color-primary: hsl(34, 63%, 74%);