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