HSL(43, 68%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,68%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 68%, 63%) | color: hsl(43, 68%, 63%) | |
| HEX | #E1BC60 | color: #E1BC60 | |
| RGB | rgb(225, 188, 96) | color: rgb(225, 188, 96) | |
| CMYK | cmyk(0%, 16%, 57%, 12%) | — | |
| HSV | hsv(43, 57%, 88%) | — | |
| HWB | hwb(43 38% 12%) | color: hwb(43 38% 12%) | |
| OKLCH | oklch(0.8094 0.1188 87.67) | color: oklch(0.8094 0.1188 87.67) | |
| Lab | lab(77.77 2.52 50.77) | color: lab(77.77 2.52 50.77) | |
| LCH | lch(77.77 50.83 87.16) | color: lch(77.77 50.83 87.16) |
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)
#D1D176 — rgb(209, 209, 118)
Deuteranopia (Green-blind)
#D3D67C — rgb(211, 214, 124)
Tritanopia (Blue-blind)
#DF888C — rgb(223, 136, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 68%, 63%);
text
color: hsl(43, 68%, 63%);
border
border: 2px solid hsl(43, 68%, 63%);
gradient light
background: linear-gradient(to right, hsl(43, 68%, 83%), hsl(43, 68%, 63%));
gradient dark
background: linear-gradient(to right, hsl(43, 68%, 63%), hsl(43, 68%, 43%))
hex
background-color: #E1BC60;
tailwind
bg-[hsl(43,68%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 68%, 63%, 0.4);
css variable
--color-primary: hsl(43, 68%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 68%, 63%)?
HEX: #E1BC60 | RGB: rgb(225, 188, 96) | CMYK: 0%, 16%, 57%, 12% | HSV: 43°, 57%, 88%. Copy any format from the conversion table above.
What colors go well with #E1BC60?
The complementary color is HSL(223, 68%, 63%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 68%, 63%) in CSS?
As HSL: color: hsl(43, 68%, 63%); — As HEX: color: #E1BC60; — As RGB: color: rgb(225, 188, 96); — Tailwind CSS: bg-[hsl(43,68%,63%)] — CSS variable: --color-primary: hsl(43, 68%, 63%);