#cceb2b
a balanced, electric yellow · cool · closest name: yellow
RGB
204, 235, 43
HSL
70°, 83%, 55%
CMYK
13, 0, 82, 8
Luminance
0.7243
Every format
| HEX | #cceb2b |
| RGB | rgb(204, 235, 43) |
| HSL | hsl(70, 83%, 55%) |
| CMYK | cmyk(13%, 0%, 82%, 8%) |
| LAB | lab(88.2 -32.3 80.2) |
| LCH | lch(88.2 86.5 111.9) |
| OKLCH | oklch(0.887 0.199 119.2) |
Copy-ready code
/* CSS */
color: #cceb2b;
background-color: #cceb2b;
/* Tailwind (arbitrary) */
class="text-[#cceb2b] bg-[#cceb2b]"
/* SCSS */
$brand: #cceb2b;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.169)
/* Android */
Color.parseColor("#cceb2b")Accessibility — WCAG contrast
Aa
#cceb2b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb2b on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue16.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow81.7%
Key (black)7.8%
Color previews
#cceb2b text on a black background
contrast 15.49:1
Card sample
#cceb2b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb2b;
Background color
Panel with #cceb2b background
background-color: #cceb2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb2b; background: linear-gradient(135deg, #cceb2b, #4CEB2B);