HSL(63, 88%, 43%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,88%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 88%, 43%) | color: hsl(63, 88%, 43%) | |
| HEX | #C4CE0D | color: #C4CE0D | |
| RGB | rgb(196, 206, 13) | color: rgb(196, 206, 13) | |
| CMYK | cmyk(5%, 0%, 94%, 19%) | — | |
| HSV | hsv(63, 94%, 81%) | — | |
| HWB | hwb(63 5% 19%) | color: hwb(63 5% 19%) | |
| OKLCH | oklch(0.8161 0.1805 113.27) | color: oklch(0.8161 0.1805 113.27) | |
| Lab | lab(79.56 -22.46 78.27) | color: lab(79.56 -22.46 78.27) | |
| LCH | lch(79.56 81.43 106.01) | color: lch(79.56 81.43 106.01) |
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)
#C8C83C — rgb(200, 200, 60)
Deuteranopia (Green-blind)
#C8C747 — rgb(200, 199, 71)
Tritanopia (Blue-blind)
#C56169 — rgb(197, 97, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 88%, 43%);
text
color: hsl(63, 88%, 43%);
border
border: 2px solid hsl(63, 88%, 43%);
gradient light
background: linear-gradient(to right, hsl(63, 88%, 63%), hsl(63, 88%, 43%));
gradient dark
background: linear-gradient(to right, hsl(63, 88%, 43%), hsl(63, 88%, 23%))
hex
background-color: #C4CE0D;
tailwind
bg-[hsl(63,88%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 88%, 43%, 0.4);
css variable
--color-primary: hsl(63, 88%, 43%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 88%, 43%)?
HEX: #C4CE0D | RGB: rgb(196, 206, 13) | CMYK: 5%, 0%, 94%, 19% | HSV: 63°, 94%, 81%. Copy any format from the conversion table above.
What colors go well with #C4CE0D?
The complementary color is HSL(243, 88%, 43%). 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, 88%, 43%) in CSS?
As HSL: color: hsl(63, 88%, 43%); — As HEX: color: #C4CE0D; — As RGB: color: rgb(196, 206, 13); — Tailwind CSS: bg-[hsl(63,88%,43%)] — CSS variable: --color-primary: hsl(63, 88%, 43%);