#ceee2c
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 238, 44
HSL
70°, 85%, 55%
CMYK
13, 0, 82, 7
Luminance
0.7445
Every format
| HEX | #ceee2c |
| RGB | rgb(206, 238, 44) |
| HSL | hsl(70, 85%, 55%) |
| CMYK | cmyk(13%, 0%, 82%, 7%) |
| LAB | lab(89.1 -32.8 80.9) |
| LCH | lch(89.1 87.3 112.1) |
| OKLCH | oklch(0.895 0.201 119.4) |
Copy-ready code
/* CSS */
color: #ceee2c;
background-color: #ceee2c;
/* Tailwind (arbitrary) */
class="text-[#ceee2c] bg-[#ceee2c]"
/* SCSS */
$brand: #ceee2c;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.173)
/* Android */
Color.parseColor("#ceee2c")Accessibility — WCAG contrast
Aa
#ceee2c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceee2c on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue17.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow81.5%
Key (black)6.7%
Color previews
#ceee2c text on a black background
contrast 15.89:1
Card sample
#ceee2c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceee2c;
Background color
Panel with #ceee2c background
background-color: #ceee2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceee2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceee2c; background: linear-gradient(135deg, #ceee2c, #4DEE2C);