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