HSL(63, 50%, 49%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,50%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 50%, 49%) | color: hsl(63, 50%, 49%) | |
| HEX | #B5BB3E | color: #B5BB3E | |
| RGB | rgb(181, 187, 62) | color: rgb(181, 187, 62) | |
| CMYK | cmyk(3%, 0%, 67%, 27%) | — | |
| HSV | hsv(63, 67%, 73%) | — | |
| HWB | hwb(63 24% 27%) | color: hwb(63 24% 27%) | |
| OKLCH | oklch(0.7642 0.145 112.04) | color: oklch(0.7642 0.145 112.04) | |
| Lab | lab(73.36 -17.81 59.82) | color: lab(73.36 -17.81 59.82) | |
| LCH | lch(73.36 62.41 106.58) | color: lch(73.36 62.41 106.58) |
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)
#B8B85C — rgb(184, 184, 92)
Deuteranopia (Green-blind)
#B7B764 — rgb(183, 183, 100)
Tritanopia (Blue-blind)
#B57479 — rgb(181, 116, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 50%, 49%);
text
color: hsl(63, 50%, 49%);
border
border: 2px solid hsl(63, 50%, 49%);
gradient light
background: linear-gradient(to right, hsl(63, 50%, 69%), hsl(63, 50%, 49%));
gradient dark
background: linear-gradient(to right, hsl(63, 50%, 49%), hsl(63, 50%, 29%))
hex
background-color: #B5BB3E;
tailwind
bg-[hsl(63,50%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 50%, 49%, 0.4);
css variable
--color-primary: hsl(63, 50%, 49%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 50%, 49%)?
HEX: #B5BB3E | RGB: rgb(181, 187, 62) | CMYK: 3%, 0%, 67%, 27% | HSV: 63°, 67%, 73%. Copy any format from the conversion table above.
What colors go well with #B5BB3E?
The complementary color is HSL(243, 50%, 49%). 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, 50%, 49%) in CSS?
As HSL: color: hsl(63, 50%, 49%); — As HEX: color: #B5BB3E; — As RGB: color: rgb(181, 187, 62); — Tailwind CSS: bg-[hsl(63,50%,49%)] — CSS variable: --color-primary: hsl(63, 50%, 49%);