HSL(55, 63%, 85%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,63%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 63%, 85%) | color: hsl(55, 63%, 85%) | |
| HEX | #F1EDC1 | color: #F1EDC1 | |
| RGB | rgb(241, 237, 193) | color: rgb(241, 237, 193) | |
| CMYK | cmyk(0%, 2%, 20%, 5%) | — | |
| HSV | hsv(55, 20%, 95%) | — | |
| HWB | hwb(55 76% 5%) | color: hwb(55 76% 5%) | |
| OKLCH | oklch(0.9382 0.0574 103.14) | color: oklch(0.9382 0.0574 103.14) | |
| Lab | lab(93.07 -5.66 21.86) | color: lab(93.07 -5.66 21.86) | |
| LCH | lch(93.07 22.58 104.52) | color: lch(93.07 22.58 104.52) |
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)
#EFEFCC — rgb(239, 239, 204)
Deuteranopia (Green-blind)
#F0F0CE — rgb(240, 240, 206)
Tritanopia (Blue-blind)
#F1D4D6 — rgb(241, 212, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 63%, 85%);
text
color: hsl(55, 63%, 85%);
border
border: 2px solid hsl(55, 63%, 85%);
gradient light
background: linear-gradient(to right, hsl(55, 63%, 100%), hsl(55, 63%, 85%));
gradient dark
background: linear-gradient(to right, hsl(55, 63%, 85%), hsl(55, 63%, 65%))
hex
background-color: #F1EDC1;
tailwind
bg-[hsl(55,63%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 63%, 85%, 0.4);
css variable
--color-primary: hsl(55, 63%, 85%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 63%, 85%)?
HEX: #F1EDC1 | RGB: rgb(241, 237, 193) | CMYK: 0%, 2%, 20%, 5% | HSV: 55°, 20%, 95%. Copy any format from the conversion table above.
What colors go well with #F1EDC1?
The complementary color is HSL(235, 63%, 85%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 63%, 85%) in CSS?
As HSL: color: hsl(55, 63%, 85%); — As HEX: color: #F1EDC1; — As RGB: color: rgb(241, 237, 193); — Tailwind CSS: bg-[hsl(55,63%,85%)] — CSS variable: --color-primary: hsl(55, 63%, 85%);