HSL(16, 70%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,70%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 70%, 67%) | color: hsl(16, 70%, 67%) | |
| HEX | #E68F70 | color: #E68F70 | |
| RGB | rgb(230, 143, 112) | color: rgb(230, 143, 112) | |
| CMYK | cmyk(0%, 38%, 51%, 10%) | — | |
| HSV | hsv(16, 51%, 90%) | — | |
| HWB | hwb(16 44% 10%) | color: hwb(16 44% 10%) | |
| OKLCH | oklch(0.7332 0.1149 40.32) | color: oklch(0.7332 0.1149 40.32) | |
| Lab | lab(67.76 29.78 30.34) | color: lab(67.76 29.78 30.34) | |
| LCH | lch(67.76 42.51 45.53) | color: lch(67.76 42.51 45.53) |
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)
#C0C078 — rgb(192, 192, 120)
Deuteranopia (Green-blind)
#C5CC79 — rgb(197, 204, 121)
Tritanopia (Blue-blind)
#E27D7F — rgb(226, 125, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 70%, 67%);
text
color: hsl(16, 70%, 67%);
border
border: 2px solid hsl(16, 70%, 67%);
gradient light
background: linear-gradient(to right, hsl(16, 70%, 87%), hsl(16, 70%, 67%));
gradient dark
background: linear-gradient(to right, hsl(16, 70%, 67%), hsl(16, 70%, 47%))
hex
background-color: #E68F70;
tailwind
bg-[hsl(16,70%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 70%, 67%, 0.4);
css variable
--color-primary: hsl(16, 70%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 70%, 67%)?
HEX: #E68F70 | RGB: rgb(230, 143, 112) | CMYK: 0%, 38%, 51%, 10% | HSV: 16°, 51%, 90%. Copy any format from the conversion table above.
What colors go well with #E68F70?
The complementary color is HSL(196, 70%, 67%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 70%, 67%) in CSS?
As HSL: color: hsl(16, 70%, 67%); — As HEX: color: #E68F70; — As RGB: color: rgb(230, 143, 112); — Tailwind CSS: bg-[hsl(16,70%,67%)] — CSS variable: --color-primary: hsl(16, 70%, 67%);