#cffba4
a light, electric green · cool · closest name: khaki
RGB
207, 251, 164
HSL
90°, 92%, 81%
CMYK
18, 0, 35, 2
Luminance
0.8494
Every format
| HEX | #cffba4 |
| RGB | rgb(207, 251, 164) |
| HSL | hsl(90, 92%, 81%) |
| CMYK | cmyk(18%, 0%, 35%, 2%) |
| LAB | lab(93.9 -28.7 37.2) |
| LCH | lch(93.9 47.0 127.6) |
| OKLCH | oklch(0.937 0.121 130.3) |
Copy-ready code
/* CSS */
color: #cffba4;
background-color: #cffba4;
/* Tailwind (arbitrary) */
class="text-[#cffba4] bg-[#cffba4]"
/* SCSS */
$brand: #cffba4;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.643)
/* Android */
Color.parseColor("#cffba4")Accessibility — WCAG contrast
Aa
#cffba4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffba4 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue64.3%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow34.7%
Key (black)1.6%
Color previews
#cffba4 text on a black background
contrast 17.99:1
Card sample
#cffba4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffba4;
Background color
Panel with #cffba4 background
background-color: #cffba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffba4; background: linear-gradient(135deg, #cffba4, #A4FBB3);