HSL(63, 74%, 83%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,74%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 74%, 83%) | color: hsl(63, 74%, 83%) | |
| HEX | #F1F4B4 | color: #F1F4B4 | |
| RGB | rgb(241, 244, 180) | color: rgb(241, 244, 180) | |
| CMYK | cmyk(1%, 0%, 26%, 4%) | — | |
| HSV | hsv(63, 26%, 96%) | — | |
| HWB | hwb(63 71% 4%) | color: hwb(63 71% 4%) | |
| OKLCH | oklch(0.9497 0.082 110.1) | color: oklch(0.9497 0.082 110.1) | |
| Lab | lab(94.61 -10.93 30.6) | color: lab(94.61 -10.93 30.6) | |
| LCH | lch(94.61 32.49 109.66) | color: lch(94.61 32.49 109.66) |
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)
#F2F2C3 — rgb(242, 242, 195)
Deuteranopia (Green-blind)
#F2F2C7 — rgb(242, 242, 199)
Tritanopia (Blue-blind)
#F1D0D2 — rgb(241, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 74%, 83%);
text
color: hsl(63, 74%, 83%);
border
border: 2px solid hsl(63, 74%, 83%);
gradient light
background: linear-gradient(to right, hsl(63, 74%, 100%), hsl(63, 74%, 83%));
gradient dark
background: linear-gradient(to right, hsl(63, 74%, 83%), hsl(63, 74%, 63%))
hex
background-color: #F1F4B4;
tailwind
bg-[hsl(63,74%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 74%, 83%, 0.4);
css variable
--color-primary: hsl(63, 74%, 83%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 74%, 83%)?
HEX: #F1F4B4 | RGB: rgb(241, 244, 180) | CMYK: 1%, 0%, 26%, 4% | HSV: 63°, 26%, 96%. Copy any format from the conversion table above.
What colors go well with #F1F4B4?
The complementary color is HSL(243, 74%, 83%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 74%, 83%) in CSS?
As HSL: color: hsl(63, 74%, 83%); — As HEX: color: #F1F4B4; — As RGB: color: rgb(241, 244, 180); — Tailwind CSS: bg-[hsl(63,74%,83%)] — CSS variable: --color-primary: hsl(63, 74%, 83%);