#ceeb49
a balanced, electric green · cool · closest name: yellow
RGB
206, 235, 73
HSL
71°, 80%, 60%
CMYK
12, 0, 69, 8
Luminance
0.7302
Every format
| HEX | #ceeb49 |
| RGB | rgb(206, 235, 73) |
| HSL | hsl(71, 80%, 60%) |
| CMYK | cmyk(12%, 0%, 69%, 8%) |
| LAB | lab(88.5 -30.2 71.5) |
| LCH | lch(88.5 77.6 112.9) |
| OKLCH | oklch(0.890 0.183 119.1) |
Copy-ready code
/* CSS */
color: #ceeb49;
background-color: #ceeb49;
/* Tailwind (arbitrary) */
class="text-[#ceeb49] bg-[#ceeb49]"
/* SCSS */
$brand: #ceeb49;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#ceeb49")Accessibility — WCAG contrast
Aa
#ceeb49 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb49 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue28.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#ceeb49 text on a black background
contrast 15.60:1
Card sample
#ceeb49 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb49;
Background color
Panel with #ceeb49 background
background-color: #ceeb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb49; background: linear-gradient(135deg, #ceeb49, #62EB49);