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