#ceeb4e
a balanced, electric green · cool · closest name: yellow
RGB
206, 235, 78
HSL
71°, 80%, 61%
CMYK
12, 0, 67, 8
Luminance
0.7309
Every format
| HEX | #ceeb4e |
| RGB | rgb(206, 235, 78) |
| HSL | hsl(71, 80%, 61%) |
| CMYK | cmyk(12%, 0%, 67%, 8%) |
| LAB | lab(88.5 -29.9 69.7) |
| LCH | lch(88.5 75.8 113.2) |
| OKLCH | oklch(0.890 0.180 119.3) |
Copy-ready code
/* CSS */
color: #ceeb4e;
background-color: #ceeb4e;
/* Tailwind (arbitrary) */
class="text-[#ceeb4e] bg-[#ceeb4e]"
/* SCSS */
$brand: #ceeb4e;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.306)
/* Android */
Color.parseColor("#ceeb4e")Accessibility — WCAG contrast
Aa
#ceeb4e on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb4e on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue30.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow66.8%
Key (black)7.8%
Color previews
#ceeb4e text on a black background
contrast 15.62:1
Card sample
#ceeb4e text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb4e;
Background color
Panel with #ceeb4e background
background-color: #ceeb4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb4e; background: linear-gradient(135deg, #ceeb4e, #65EB4E);