#c4e708
a balanced, electric yellow · cool · closest name: yellow
RGB
196, 231, 8
HSL
69°, 93%, 47%
CMYK
15, 0, 97, 9
Luminance
0.6891
Every format
| HEX | #c4e708 |
| RGB | rgb(196, 231, 8) |
| HSL | hsl(69, 93%, 47%) |
| CMYK | cmyk(15%, 0%, 97%, 9%) |
| LAB | lab(86.5 -34.3 84.0) |
| LCH | lch(86.5 90.7 112.2) |
| OKLCH | oklch(0.872 0.206 120.2) |
Copy-ready code
/* CSS */
color: #c4e708;
background-color: #c4e708;
/* Tailwind (arbitrary) */
class="text-[#c4e708] bg-[#c4e708]"
/* SCSS */
$brand: #c4e708;
/* SwiftUI */
Color(red: 0.769, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#c4e708")Accessibility — WCAG contrast
Aa
#c4e708 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e708 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green90.6%
Blue3.1%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow96.5%
Key (black)9.4%
Color previews
#c4e708 text on a black background
contrast 14.78:1
Card sample
#c4e708 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e708;
Background color
Panel with #c4e708 background
background-color: #c4e708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 231, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 231, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e708; background: linear-gradient(135deg, #c4e708, #2FE708);