HSL(63, 40%, 48%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,40%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 40%, 48%) | color: hsl(63, 40%, 48%) | |
| HEX | #A6AB49 | color: #A6AB49 | |
| RGB | rgb(166, 171, 73) | color: rgb(166, 171, 73) | |
| CMYK | cmyk(3%, 0%, 57%, 33%) | — | |
| HSV | hsv(63, 57%, 67%) | — | |
| HWB | hwb(63 29% 33%) | color: hwb(63 29% 33%) | |
| OKLCH | oklch(0.7172 0.1217 111.79) | color: oklch(0.7172 0.1217 111.79) | |
| Lab | lab(67.81 -15.26 48.82) | color: lab(67.81 -15.26 48.82) | |
| LCH | lch(67.81 51.15 107.36) | color: lch(67.81 51.15 107.36) |
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)
#A8A861 — rgb(168, 168, 97)
Deuteranopia (Green-blind)
#A8A866 — rgb(168, 168, 102)
Tritanopia (Blue-blind)
#A67378 — rgb(166, 115, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 40%, 48%);
text
color: hsl(63, 40%, 48%);
border
border: 2px solid hsl(63, 40%, 48%);
gradient light
background: linear-gradient(to right, hsl(63, 40%, 68%), hsl(63, 40%, 48%));
gradient dark
background: linear-gradient(to right, hsl(63, 40%, 48%), hsl(63, 40%, 28%))
hex
background-color: #A6AB49;
tailwind
bg-[hsl(63,40%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 40%, 48%, 0.4);
css variable
--color-primary: hsl(63, 40%, 48%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 40%, 48%)?
HEX: #A6AB49 | RGB: rgb(166, 171, 73) | CMYK: 3%, 0%, 57%, 33% | HSV: 63°, 57%, 67%. Copy any format from the conversion table above.
What colors go well with #A6AB49?
The complementary color is HSL(243, 40%, 48%). 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, 40%, 48%) in CSS?
As HSL: color: hsl(63, 40%, 48%); — As HEX: color: #A6AB49; — As RGB: color: rgb(166, 171, 73); — Tailwind CSS: bg-[hsl(63,40%,48%)] — CSS variable: --color-primary: hsl(63, 40%, 48%);