#cefcb3
a light, electric green · cool · closest name: khaki
RGB
206, 252, 179
HSL
98°, 92%, 85%
CMYK
18, 0, 29, 1
Luminance
0.8600
Every format
| HEX | #cefcb3 |
| RGB | rgb(206, 252, 179) |
| HSL | hsl(98, 92%, 85%) |
| CMYK | cmyk(18%, 0%, 29%, 1%) |
| LAB | lab(94.3 -27.4 30.3) |
| LCH | lch(94.3 40.9 132.1) |
| OKLCH | oklch(0.941 0.107 134.3) |
Copy-ready code
/* CSS */
color: #cefcb3;
background-color: #cefcb3;
/* Tailwind (arbitrary) */
class="text-[#cefcb3] bg-[#cefcb3]"
/* SCSS */
$brand: #cefcb3;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#cefcb3")Accessibility — WCAG contrast
Aa
#cefcb3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcb3 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue70.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow29.0%
Key (black)1.2%
Color previews
#cefcb3 text on a black background
contrast 18.20:1
Card sample
#cefcb3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcb3;
Background color
Panel with #cefcb3 background
background-color: #cefcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcb3; background: linear-gradient(135deg, #cefcb3, #B3FCC9);