HSL(18, 90%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,90%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 90%, 70%) | color: hsl(18, 90%, 70%) | |
| HEX | #F7976E | color: #F7976E | |
| RGB | rgb(247, 151, 110) | color: rgb(247, 151, 110) | |
| CMYK | cmyk(0%, 39%, 55%, 3%) | — | |
| HSV | hsv(18, 55%, 97%) | — | |
| HWB | hwb(18 44% 3%) | color: hwb(18 44% 3%) | |
| OKLCH | oklch(0.767 0.1284 43.59) | color: oklch(0.767 0.1284 43.59) | |
| Lab | lab(71.58 32.07 36.74) | color: lab(71.58 32.07 36.74) | |
| LCH | lch(71.58 48.77 48.88) | color: lch(71.58 48.77 48.88) |
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)
#CDCD78 — rgb(205, 205, 120)
Deuteranopia (Green-blind)
#D3DA7A — rgb(211, 218, 122)
Tritanopia (Blue-blind)
#F28081 — rgb(242, 128, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 90%, 70%);
text
color: hsl(18, 90%, 70%);
border
border: 2px solid hsl(18, 90%, 70%);
gradient light
background: linear-gradient(to right, hsl(18, 90%, 90%), hsl(18, 90%, 70%));
gradient dark
background: linear-gradient(to right, hsl(18, 90%, 70%), hsl(18, 90%, 50%))
hex
background-color: #F7976E;
tailwind
bg-[hsl(18,90%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 90%, 70%, 0.4);
css variable
--color-primary: hsl(18, 90%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 90%, 70%)?
HEX: #F7976E | RGB: rgb(247, 151, 110) | CMYK: 0%, 39%, 55%, 3% | HSV: 18°, 55%, 97%. Copy any format from the conversion table above.
What colors go well with #F7976E?
The complementary color is HSL(198, 90%, 70%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 90%, 70%) in CSS?
As HSL: color: hsl(18, 90%, 70%); — As HEX: color: #F7976E; — As RGB: color: rgb(247, 151, 110); — Tailwind CSS: bg-[hsl(18,90%,70%)] — CSS variable: --color-primary: hsl(18, 90%, 70%);