#cceb4f
a balanced, electric green · cool · closest name: yellow
RGB
204, 235, 79
HSL
72°, 80%, 62%
CMYK
13, 0, 66, 8
Luminance
0.7282
Every format
| HEX | #cceb4f |
| RGB | rgb(204, 235, 79) |
| HSL | hsl(72, 80%, 62%) |
| CMYK | cmyk(13%, 0%, 66%, 8%) |
| LAB | lab(88.4 -30.6 69.2) |
| LCH | lch(88.4 75.6 113.9) |
| OKLCH | oklch(0.889 0.180 119.9) |
Copy-ready code
/* CSS */
color: #cceb4f;
background-color: #cceb4f;
/* Tailwind (arbitrary) */
class="text-[#cceb4f] bg-[#cceb4f]"
/* SCSS */
$brand: #cceb4f;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.310)
/* Android */
Color.parseColor("#cceb4f")Accessibility — WCAG contrast
Aa
#cceb4f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb4f on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue31.0%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow66.4%
Key (black)7.8%
Color previews
#cceb4f text on a black background
contrast 15.56:1
Card sample
#cceb4f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb4f;
Background color
Panel with #cceb4f background
background-color: #cceb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb4f; background: linear-gradient(135deg, #cceb4f, #64EB4F);