#ceeb6e
a light, electric green · cool · closest name: khaki
RGB
206, 235, 110
HSL
74°, 76%, 68%
CMYK
12, 0, 53, 8
Luminance
0.7366
Every format
| HEX | #ceeb6e |
| RGB | rgb(206, 235, 110) |
| HSL | hsl(74, 76%, 68%) |
| CMYK | cmyk(12%, 0%, 53%, 8%) |
| LAB | lab(88.8 -27.5 56.7) |
| LCH | lch(88.8 63.0 115.9) |
| OKLCH | oklch(0.894 0.155 120.5) |
Copy-ready code
/* CSS */
color: #ceeb6e;
background-color: #ceeb6e;
/* Tailwind (arbitrary) */
class="text-[#ceeb6e] bg-[#ceeb6e]"
/* SCSS */
$brand: #ceeb6e;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.431)
/* Android */
Color.parseColor("#ceeb6e")Accessibility — WCAG contrast
Aa
#ceeb6e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb6e on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue43.1%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow53.2%
Key (black)7.8%
Color previews
#ceeb6e text on a black background
contrast 15.73:1
Card sample
#ceeb6e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb6e;
Background color
Panel with #ceeb6e background
background-color: #ceeb6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb6e; background: linear-gradient(135deg, #ceeb6e, #7AEB6E);