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