#cceb3f
a balanced, electric green · cool · closest name: yellow
RGB
204, 235, 63
HSL
71°, 81%, 58%
CMYK
13, 0, 73, 8
Luminance
0.7261
Every format
| HEX | #cceb3f |
| RGB | rgb(204, 235, 63) |
| HSL | hsl(71, 81%, 58%) |
| CMYK | cmyk(13%, 0%, 73%, 8%) |
| LAB | lab(88.3 -31.5 74.7) |
| LCH | lch(88.3 81.0 112.9) |
| OKLCH | oklch(0.888 0.190 119.5) |
Copy-ready code
/* CSS */
color: #cceb3f;
background-color: #cceb3f;
/* Tailwind (arbitrary) */
class="text-[#cceb3f] bg-[#cceb3f]"
/* SCSS */
$brand: #cceb3f;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.247)
/* Android */
Color.parseColor("#cceb3f")Accessibility — WCAG contrast
Aa
#cceb3f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb3f on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue24.7%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow73.2%
Key (black)7.8%
Color previews
#cceb3f text on a black background
contrast 15.52:1
Card sample
#cceb3f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb3f;
Background color
Panel with #cceb3f background
background-color: #cceb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb3f; background: linear-gradient(135deg, #cceb3f, #59EB3F);