#ceeb80
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 128
HSL
76°, 73%, 71%
CMYK
12, 0, 46, 8
Luminance
0.7410
Every format
| HEX | #ceeb80 |
| RGB | rgb(206, 235, 128) |
| HSL | hsl(76, 73%, 71%) |
| CMYK | cmyk(12%, 0%, 46%, 8%) |
| LAB | lab(89.0 -25.8 48.5) |
| LCH | lch(89.0 55.0 118.0) |
| OKLCH | oklch(0.896 0.137 121.7) |
Copy-ready code
/* CSS */
color: #ceeb80;
background-color: #ceeb80;
/* Tailwind (arbitrary) */
class="text-[#ceeb80] bg-[#ceeb80]"
/* SCSS */
$brand: #ceeb80;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.502)
/* Android */
Color.parseColor("#ceeb80")Accessibility — WCAG contrast
Aa
#ceeb80 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb80 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue50.2%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow45.5%
Key (black)7.8%
Color previews
#ceeb80 text on a black background
contrast 15.82:1
Card sample
#ceeb80 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb80;
Background color
Panel with #ceeb80 background
background-color: #ceeb80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb80; background: linear-gradient(135deg, #ceeb80, #87EB80);