#ceeb41
a balanced, electric green · cool · closest name: yellow
RGB
206, 235, 65
HSL
70°, 81%, 59%
CMYK
12, 0, 72, 8
Luminance
0.7292
Every format
| HEX | #ceeb41 |
| RGB | rgb(206, 235, 65) |
| HSL | hsl(70, 81%, 59%) |
| CMYK | cmyk(12%, 0%, 72%, 8%) |
| LAB | lab(88.4 -30.6 74.2) |
| LCH | lch(88.4 80.3 112.4) |
| OKLCH | oklch(0.890 0.188 119.0) |
Copy-ready code
/* CSS */
color: #ceeb41;
background-color: #ceeb41;
/* Tailwind (arbitrary) */
class="text-[#ceeb41] bg-[#ceeb41]"
/* SCSS */
$brand: #ceeb41;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.255)
/* Android */
Color.parseColor("#ceeb41")Accessibility — WCAG contrast
Aa
#ceeb41 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb41 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue25.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow72.3%
Key (black)7.8%
Color previews
#ceeb41 text on a black background
contrast 15.58:1
Card sample
#ceeb41 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb41;
Background color
Panel with #ceeb41 background
background-color: #ceeb41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb41; background: linear-gradient(135deg, #ceeb41, #5DEB41);