HSL(23, 87%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,87%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 87%, 75%) | color: hsl(23, 87%, 75%) | |
| HEX | #F7B288 | color: #F7B288 | |
| RGB | rgb(247, 178, 136) | color: rgb(247, 178, 136) | |
| CMYK | cmyk(0%, 28%, 45%, 3%) | — | |
| HSV | hsv(23, 45%, 97%) | — | |
| HWB | hwb(23 53% 3%) | color: hwb(23 53% 3%) | |
| OKLCH | oklch(0.8188 0.0983 52.23) | color: oklch(0.8188 0.0983 52.23) | |
| Lab | lab(78.11 20.22 31.39) | color: lab(78.11 20.22 31.39) | |
| LCH | lch(78.11 37.34 57.21) | color: lch(78.11 37.34 57.21) |
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)
#D9D992 — rgb(217, 217, 146)
Deuteranopia (Green-blind)
#DDE295 — rgb(221, 226, 149)
Tritanopia (Blue-blind)
#F49A9C — rgb(244, 154, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 87%, 75%);
text
color: hsl(23, 87%, 75%);
border
border: 2px solid hsl(23, 87%, 75%);
gradient light
background: linear-gradient(to right, hsl(23, 87%, 95%), hsl(23, 87%, 75%));
gradient dark
background: linear-gradient(to right, hsl(23, 87%, 75%), hsl(23, 87%, 55%))
hex
background-color: #F7B288;
tailwind
bg-[hsl(23,87%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 87%, 75%, 0.4);
css variable
--color-primary: hsl(23, 87%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 87%, 75%)?
HEX: #F7B288 | RGB: rgb(247, 178, 136) | CMYK: 0%, 28%, 45%, 3% | HSV: 23°, 45%, 97%. Copy any format from the conversion table above.
What colors go well with #F7B288?
The complementary color is HSL(203, 87%, 75%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 87%, 75%) in CSS?
As HSL: color: hsl(23, 87%, 75%); — As HEX: color: #F7B288; — As RGB: color: rgb(247, 178, 136); — Tailwind CSS: bg-[hsl(23,87%,75%)] — CSS variable: --color-primary: hsl(23, 87%, 75%);