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