#cceb49
a balanced, electric green · cool · closest name: yellow
RGB
204, 235, 73
HSL
72°, 80%, 60%
CMYK
13, 0, 69, 8
Luminance
0.7274
Every format
| HEX | #cceb49 |
| RGB | rgb(204, 235, 73) |
| HSL | hsl(72, 80%, 60%) |
| CMYK | cmyk(13%, 0%, 69%, 8%) |
| LAB | lab(88.3 -31.0 71.3) |
| LCH | lch(88.3 77.8 113.5) |
| OKLCH | oklch(0.889 0.184 119.7) |
Copy-ready code
/* CSS */
color: #cceb49;
background-color: #cceb49;
/* Tailwind (arbitrary) */
class="text-[#cceb49] bg-[#cceb49]"
/* SCSS */
$brand: #cceb49;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#cceb49")Accessibility — WCAG contrast
Aa
#cceb49 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb49 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue28.6%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#cceb49 text on a black background
contrast 15.55:1
Card sample
#cceb49 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb49;
Background color
Panel with #cceb49 background
background-color: #cceb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb49; background: linear-gradient(135deg, #cceb49, #60EB49);