HSL(23, 68%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,68%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 68%, 85%) | color: hsl(23, 68%, 85%) | |
| HEX | #F3D3BF | color: #F3D3BF | |
| RGB | rgb(243, 211, 191) | color: rgb(243, 211, 191) | |
| CMYK | cmyk(0%, 13%, 21%, 5%) | — | |
| HSV | hsv(23, 21%, 95%) | — | |
| HWB | hwb(23 75% 5%) | color: hwb(23 75% 5%) | |
| OKLCH | oklch(0.8885 0.045 53.97) | color: oklch(0.8885 0.045 53.97) | |
| Lab | lab(86.71 8.11 14.02) | color: lab(86.71 8.11 14.02) | |
| LCH | lch(86.71 16.2 59.95) | color: lch(86.71 16.2 59.95) |
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)
#E5E5C4 — rgb(229, 229, 196)
Deuteranopia (Green-blind)
#E7E9C5 — rgb(231, 233, 197)
Tritanopia (Blue-blind)
#F1C8C9 — rgb(241, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 68%, 85%);
text
color: hsl(23, 68%, 85%);
border
border: 2px solid hsl(23, 68%, 85%);
gradient light
background: linear-gradient(to right, hsl(23, 68%, 100%), hsl(23, 68%, 85%));
gradient dark
background: linear-gradient(to right, hsl(23, 68%, 85%), hsl(23, 68%, 65%))
hex
background-color: #F3D3BF;
tailwind
bg-[hsl(23,68%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 68%, 85%, 0.4);
css variable
--color-primary: hsl(23, 68%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 68%, 85%)?
HEX: #F3D3BF | RGB: rgb(243, 211, 191) | CMYK: 0%, 13%, 21%, 5% | HSV: 23°, 21%, 95%. Copy any format from the conversion table above.
What colors go well with #F3D3BF?
The complementary color is HSL(203, 68%, 85%). 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, 68%, 85%) in CSS?
As HSL: color: hsl(23, 68%, 85%); — As HEX: color: #F3D3BF; — As RGB: color: rgb(243, 211, 191); — Tailwind CSS: bg-[hsl(23,68%,85%)] — CSS variable: --color-primary: hsl(23, 68%, 85%);