#ceef1d
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 239, 29
HSL
69°, 87%, 53%
CMYK
14, 0, 88, 6
Luminance
0.7494
Every format
| HEX | #ceef1d |
| RGB | rgb(206, 239, 29) |
| HSL | hsl(69, 87%, 53%) |
| CMYK | cmyk(14%, 0%, 88%, 6%) |
| LAB | lab(89.4 -33.6 84.1) |
| LCH | lch(89.4 90.6 111.8) |
| OKLCH | oklch(0.897 0.207 119.5) |
Copy-ready code
/* CSS */
color: #ceef1d;
background-color: #ceef1d;
/* Tailwind (arbitrary) */
class="text-[#ceef1d] bg-[#ceef1d]"
/* SCSS */
$brand: #ceef1d;
/* SwiftUI */
Color(red: 0.808, green: 0.937, blue: 0.114)
/* Android */
Color.parseColor("#ceef1d")Accessibility — WCAG contrast
Aa
#ceef1d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceef1d on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.7%
Blue11.4%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow87.9%
Key (black)6.3%
Color previews
#ceef1d text on a black background
contrast 15.99:1
Card sample
#ceef1d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceef1d;
Background color
Panel with #ceef1d background
background-color: #ceef1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceef1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 239, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 239, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceef1d; background: linear-gradient(135deg, #ceef1d, #42EF1D);