#cffba8
a light, electric green · cool · closest name: khaki
RGB
207, 251, 168
HSL
92°, 91%, 82%
CMYK
18, 0, 33, 2
Luminance
0.8509
Every format
| HEX | #cffba8 |
| RGB | rgb(207, 251, 168) |
| HSL | hsl(92, 91%, 82%) |
| CMYK | cmyk(18%, 0%, 33%, 2%) |
| LAB | lab(93.9 -28.1 35.3) |
| LCH | lch(93.9 45.1 128.6) |
| OKLCH | oklch(0.938 0.117 131.0) |
Copy-ready code
/* CSS */
color: #cffba8;
background-color: #cffba8;
/* Tailwind (arbitrary) */
class="text-[#cffba8] bg-[#cffba8]"
/* SCSS */
$brand: #cffba8;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.659)
/* Android */
Color.parseColor("#cffba8")Accessibility — WCAG contrast
Aa
#cffba8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffba8 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue65.9%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow33.1%
Key (black)1.6%
Color previews
#cffba8 text on a black background
contrast 18.02:1
Card sample
#cffba8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffba8;
Background color
Panel with #cffba8 background
background-color: #cffba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffba8; background: linear-gradient(135deg, #cffba8, #A8FBB8);