#ceeb7c
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 124
HSL
76°, 74%, 70%
CMYK
12, 0, 47, 8
Luminance
0.7399
Every format
| HEX | #ceeb7c |
| RGB | rgb(206, 235, 124) |
| HSL | hsl(76, 74%, 70%) |
| CMYK | cmyk(12%, 0%, 47%, 8%) |
| LAB | lab(88.9 -26.2 50.4) |
| LCH | lch(88.9 56.8 117.5) |
| OKLCH | oklch(0.895 0.141 121.4) |
Copy-ready code
/* CSS */
color: #ceeb7c;
background-color: #ceeb7c;
/* Tailwind (arbitrary) */
class="text-[#ceeb7c] bg-[#ceeb7c]"
/* SCSS */
$brand: #ceeb7c;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.486)
/* Android */
Color.parseColor("#ceeb7c")Accessibility — WCAG contrast
Aa
#ceeb7c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb7c on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue48.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow47.2%
Key (black)7.8%
Color previews
#ceeb7c text on a black background
contrast 15.80:1
Card sample
#ceeb7c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb7c;
Background color
Panel with #ceeb7c background
background-color: #ceeb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb7c; background: linear-gradient(135deg, #ceeb7c, #84EB7C);