HSL(38, 36%, 92%)
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(38,36%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 36%, 92%) | color: hsl(38, 36%, 92%) | |
| HEX | #F2EDE3 | color: #F2EDE3 | |
| RGB | rgb(242, 237, 227) | color: rgb(242, 237, 227) | |
| CMYK | cmyk(0%, 2%, 6%, 5%) | — | |
| HSV | hsv(40, 6%, 95%) | — | |
| HWB | hwb(40 89% 5%) | color: hwb(40 89% 5%) | |
| OKLCH | oklch(0.9473 0.0144 84.58) | color: oklch(0.9473 0.0144 84.58) | |
| Lab | lab(93.88 -0.03 5.43) | color: lab(93.88 -0.03 5.43) | |
| LCH | lch(93.88 5.43 90.32) | color: lch(93.88 5.43 90.32) |
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)
#F0F0E5 — rgb(240, 240, 229)
Deuteranopia (Green-blind)
#F0F1E6 — rgb(240, 241, 230)
Tritanopia (Blue-blind)
#F2E7E8 — rgb(242, 231, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 36%, 92%);
text
color: hsl(38, 36%, 92%);
border
border: 2px solid hsl(38, 36%, 92%);
gradient light
background: linear-gradient(to right, hsl(38, 36%, 100%), hsl(38, 36%, 92%));
gradient dark
background: linear-gradient(to right, hsl(38, 36%, 92%), hsl(38, 36%, 72%))
hex
background-color: #F2EDE3;
tailwind
bg-[hsl(38,36%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 36%, 92%, 0.4);
css variable
--color-primary: hsl(38, 36%, 92%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 36%, 92%)?
HEX: #F2EDE3 | RGB: rgb(242, 237, 227) | CMYK: 0%, 2%, 6%, 5% | HSV: 40°, 6%, 95%. Copy any format from the conversion table above.
What colors go well with #F2EDE3?
The complementary color is HSL(218, 36%, 92%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 36%, 92%) in CSS?
As HSL: color: hsl(38, 36%, 92%); — As HEX: color: #F2EDE3; — As RGB: color: rgb(242, 237, 227); — Tailwind CSS: bg-[hsl(38,36%,92%)] — CSS variable: --color-primary: hsl(38, 36%, 92%);