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