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