HSL(33, 68%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,68%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 68%, 63%) | color: hsl(33, 68%, 63%) | |
| HEX | #E1A760 | color: #E1A760 | |
| RGB | rgb(225, 167, 96) | color: rgb(225, 167, 96) | |
| CMYK | cmyk(0%, 26%, 57%, 12%) | — | |
| HSV | hsv(33, 57%, 88%) | — | |
| HWB | hwb(33 38% 12%) | color: hwb(33 38% 12%) | |
| OKLCH | oklch(0.7685 0.1117 70.42) | color: oklch(0.7685 0.1117 70.42) | |
| Lab | lab(72.56 13.63 44.62) | color: lab(72.56 13.63 44.62) | |
| LCH | lch(72.56 46.66 73.01) | color: lch(72.56 46.66 73.01) |
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)
#C8C771 — rgb(200, 199, 113)
Deuteranopia (Green-blind)
#CBD075 — rgb(203, 208, 117)
Tritanopia (Blue-blind)
#DE7F82 — rgb(222, 127, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 68%, 63%);
text
color: hsl(33, 68%, 63%);
border
border: 2px solid hsl(33, 68%, 63%);
gradient light
background: linear-gradient(to right, hsl(33, 68%, 83%), hsl(33, 68%, 63%));
gradient dark
background: linear-gradient(to right, hsl(33, 68%, 63%), hsl(33, 68%, 43%))
hex
background-color: #E1A760;
tailwind
bg-[hsl(33,68%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 68%, 63%, 0.4);
css variable
--color-primary: hsl(33, 68%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 68%, 63%)?
HEX: #E1A760 | RGB: rgb(225, 167, 96) | CMYK: 0%, 26%, 57%, 12% | HSV: 33°, 57%, 88%. Copy any format from the conversion table above.
What colors go well with #E1A760?
The complementary color is HSL(213, 68%, 63%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 68%, 63%) in CSS?
As HSL: color: hsl(33, 68%, 63%); — As HEX: color: #E1A760; — As RGB: color: rgb(225, 167, 96); — Tailwind CSS: bg-[hsl(33,68%,63%)] — CSS variable: --color-primary: hsl(33, 68%, 63%);