HSL(63, 48%, 63%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,48%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 48%, 63%) | color: hsl(63, 48%, 63%) | |
| HEX | #C9CE73 | color: #C9CE73 | |
| RGB | rgb(201, 206, 115) | color: rgb(201, 206, 115) | |
| CMYK | cmyk(2%, 0%, 44%, 19%) | — | |
| HSV | hsv(63, 44%, 81%) | — | |
| HWB | hwb(63 45% 19%) | color: hwb(63 45% 19%) | |
| OKLCH | oklch(0.8278 0.1149 111.41) | color: oklch(0.8278 0.1149 111.41) | |
| Lab | lab(80.63 -14.89 44.49) | color: lab(80.63 -14.89 44.49) | |
| LCH | lch(80.63 46.92 108.5) | color: lch(80.63 46.92 108.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)
#CBCB89 — rgb(203, 203, 137)
Deuteranopia (Green-blind)
#CBCB8E — rgb(203, 203, 142)
Tritanopia (Blue-blind)
#C99A9E — rgb(201, 154, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 48%, 63%);
text
color: hsl(63, 48%, 63%);
border
border: 2px solid hsl(63, 48%, 63%);
gradient light
background: linear-gradient(to right, hsl(63, 48%, 83%), hsl(63, 48%, 63%));
gradient dark
background: linear-gradient(to right, hsl(63, 48%, 63%), hsl(63, 48%, 43%))
hex
background-color: #C9CE73;
tailwind
bg-[hsl(63,48%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 48%, 63%, 0.4);
css variable
--color-primary: hsl(63, 48%, 63%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 48%, 63%)?
HEX: #C9CE73 | RGB: rgb(201, 206, 115) | CMYK: 2%, 0%, 44%, 19% | HSV: 63°, 44%, 81%. Copy any format from the conversion table above.
What colors go well with #C9CE73?
The complementary color is HSL(243, 48%, 63%). 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, 48%, 63%) in CSS?
As HSL: color: hsl(63, 48%, 63%); — As HEX: color: #C9CE73; — As RGB: color: rgb(201, 206, 115); — Tailwind CSS: bg-[hsl(63,48%,63%)] — CSS variable: --color-primary: hsl(63, 48%, 63%);