#ceec2f
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 236, 47
HSL
70°, 83%, 56%
CMYK
13, 0, 80, 8
Luminance
0.7332
Every format
| HEX | #ceec2f |
| RGB | rgb(206, 236, 47) |
| HSL | hsl(70, 83%, 56%) |
| CMYK | cmyk(13%, 0%, 80%, 8%) |
| LAB | lab(88.6 -31.8 79.7) |
| LCH | lch(88.6 85.8 111.7) |
| OKLCH | oklch(0.891 0.198 118.9) |
Copy-ready code
/* CSS */
color: #ceec2f;
background-color: #ceec2f;
/* Tailwind (arbitrary) */
class="text-[#ceec2f] bg-[#ceec2f]"
/* SCSS */
$brand: #ceec2f;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.184)
/* Android */
Color.parseColor("#ceec2f")Accessibility — WCAG contrast
Aa
#ceec2f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceec2f on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue18.4%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow80.1%
Key (black)7.5%
Color previews
#ceec2f text on a black background
contrast 15.66:1
Card sample
#ceec2f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceec2f;
Background color
Panel with #ceec2f background
background-color: #ceec2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceec2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceec2f; background: linear-gradient(135deg, #ceec2f, #50EC2F);