HSL(48, 46%, 53%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(48,46%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 46%, 53%) | color: hsl(48, 46%, 53%) | |
| HEX | #BEA850 | color: #BEA850 | |
| RGB | rgb(190, 168, 80) | color: rgb(190, 168, 80) | |
| CMYK | cmyk(0%, 12%, 58%, 25%) | — | |
| HSV | hsv(48, 58%, 75%) | — | |
| HWB | hwb(48 32% 25%) | color: hwb(48 32% 25%) | |
| OKLCH | oklch(0.733 0.1112 95.46) | color: oklch(0.733 0.1112 95.46) | |
| Lab | lab(69.14 -2.91 47.59) | color: lab(69.14 -2.91 47.59) | |
| LCH | lch(69.14 47.68 93.5) | color: lch(69.14 47.68 93.5) |
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)
#B4B465 — rgb(180, 180, 101)
Deuteranopia (Green-blind)
#B6B76A — rgb(182, 183, 106)
Tritanopia (Blue-blind)
#BD767A — rgb(189, 118, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 46%, 53%);
text
color: hsl(48, 46%, 53%);
border
border: 2px solid hsl(48, 46%, 53%);
gradient light
background: linear-gradient(to right, hsl(48, 46%, 73%), hsl(48, 46%, 53%));
gradient dark
background: linear-gradient(to right, hsl(48, 46%, 53%), hsl(48, 46%, 33%))
hex
background-color: #BEA850;
tailwind
bg-[hsl(48,46%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 46%, 53%, 0.4);
css variable
--color-primary: hsl(48, 46%, 53%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 46%, 53%)?
HEX: #BEA850 | RGB: rgb(190, 168, 80) | CMYK: 0%, 12%, 58%, 25% | HSV: 48°, 58%, 75%. Copy any format from the conversion table above.
What colors go well with #BEA850?
The complementary color is HSL(228, 46%, 53%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(48, 46%, 53%) in CSS?
As HSL: color: hsl(48, 46%, 53%); — As HEX: color: #BEA850; — As RGB: color: rgb(190, 168, 80); — Tailwind CSS: bg-[hsl(48,46%,53%)] — CSS variable: --color-primary: hsl(48, 46%, 53%);