HSL(34, 80%, 94%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(34,80%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 80%, 94%) | color: hsl(34, 80%, 94%) | |
| HEX | #FCF1E3 | color: #FCF1E3 | |
| RGB | rgb(252, 241, 227) | color: rgb(252, 241, 227) | |
| CMYK | cmyk(0%, 4%, 10%, 1%) | — | |
| HSV | hsv(34, 10%, 99%) | — | |
| HWB | hwb(34 89% 1%) | color: hwb(34 89% 1%) | |
| OKLCH | oklch(0.963 0.022 74.1) | color: oklch(0.963 0.022 74.1) | |
| Lab | lab(95.64 1.37 8.07) | color: lab(95.64 1.37 8.07) | |
| LCH | lch(95.64 8.19 80.37) | color: lch(95.64 8.19 80.37) |
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)
#F7F7E6 — rgb(247, 247, 230)
Deuteranopia (Green-blind)
#F8F9E7 — rgb(248, 249, 231)
Tritanopia (Blue-blind)
#FBE9EA — rgb(251, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 80%, 94%);
text
color: hsl(34, 80%, 94%);
border
border: 2px solid hsl(34, 80%, 94%);
gradient light
background: linear-gradient(to right, hsl(34, 80%, 100%), hsl(34, 80%, 94%));
gradient dark
background: linear-gradient(to right, hsl(34, 80%, 94%), hsl(34, 80%, 74%))
hex
background-color: #FCF1E3;
tailwind
bg-[hsl(34,80%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 80%, 94%, 0.4);
css variable
--color-primary: hsl(34, 80%, 94%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 80%, 94%)?
HEX: #FCF1E3 | RGB: rgb(252, 241, 227) | CMYK: 0%, 4%, 10%, 1% | HSV: 34°, 10%, 99%. Copy any format from the conversion table above.
What colors go well with #FCF1E3?
The complementary color is HSL(214, 80%, 94%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 80%, 94%) in CSS?
As HSL: color: hsl(34, 80%, 94%); — As HEX: color: #FCF1E3; — As RGB: color: rgb(252, 241, 227); — Tailwind CSS: bg-[hsl(34,80%,94%)] — CSS variable: --color-primary: hsl(34, 80%, 94%);