HSL(30, 70%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,70%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 70%, 65%) | color: hsl(30, 70%, 65%) | |
| HEX | #E4A667 | color: #E4A667 | |
| RGB | rgb(228, 166, 103) | color: rgb(228, 166, 103) | |
| CMYK | cmyk(0%, 27%, 55%, 11%) | — | |
| HSV | hsv(30, 55%, 89%) | — | |
| HWB | hwb(30 40% 11%) | color: hwb(30 40% 11%) | |
| OKLCH | oklch(0.7708 0.1084 65.46) | color: oklch(0.7708 0.1084 65.46) | |
| Lab | lab(72.73 15.96 41.34) | color: lab(72.73 15.96 41.34) | |
| LCH | lch(72.73 44.31 68.89) | color: lch(72.73 44.31 68.89) |
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)
#C9C976 — rgb(201, 201, 118)
Deuteranopia (Green-blind)
#CDD17A — rgb(205, 209, 122)
Tritanopia (Blue-blind)
#E18285 — rgb(225, 130, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 70%, 65%);
text
color: hsl(30, 70%, 65%);
border
border: 2px solid hsl(30, 70%, 65%);
gradient light
background: linear-gradient(to right, hsl(30, 70%, 85%), hsl(30, 70%, 65%));
gradient dark
background: linear-gradient(to right, hsl(30, 70%, 65%), hsl(30, 70%, 45%))
hex
background-color: #E4A667;
tailwind
bg-[hsl(30,70%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 70%, 65%, 0.4);
css variable
--color-primary: hsl(30, 70%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 70%, 65%)?
HEX: #E4A667 | RGB: rgb(228, 166, 103) | CMYK: 0%, 27%, 55%, 11% | HSV: 30°, 55%, 89%. Copy any format from the conversion table above.
What colors go well with #E4A667?
The complementary color is HSL(210, 70%, 65%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 70%, 65%) in CSS?
As HSL: color: hsl(30, 70%, 65%); — As HEX: color: #E4A667; — As RGB: color: rgb(228, 166, 103); — Tailwind CSS: bg-[hsl(30,70%,65%)] — CSS variable: --color-primary: hsl(30, 70%, 65%);