#cfe69a
a light, vivid green · cool · closest name: khaki
RGB
207, 230, 154
HSL
78°, 60%, 75%
CMYK
10, 0, 33, 10
Luminance
0.7219
Every format
| HEX | #cfe69a |
| RGB | rgb(207, 230, 154) |
| HSL | hsl(78, 60%, 75%) |
| CMYK | cmyk(10%, 0%, 33%, 10%) |
| LAB | lab(88.1 -19.9 34.6) |
| LCH | lch(88.1 39.9 120.0) |
| OKLCH | oklch(0.890 0.102 122.2) |
Copy-ready code
/* CSS */
color: #cfe69a;
background-color: #cfe69a;
/* Tailwind (arbitrary) */
class="text-[#cfe69a] bg-[#cfe69a]"
/* SCSS */
$brand: #cfe69a;
/* SwiftUI */
Color(red: 0.812, green: 0.902, blue: 0.604)
/* Android */
Color.parseColor("#cfe69a")Accessibility — WCAG contrast
Aa
#cfe69a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe69a on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.2%
Blue60.4%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow33.0%
Key (black)9.8%
Color previews
#cfe69a text on a black background
contrast 15.44:1
Card sample
#cfe69a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe69a;
Background color
Panel with #cfe69a background
background-color: #cfe69a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe69a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 230, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 230, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe69a; background: linear-gradient(135deg, #cfe69a, #9CE69A);