#cfffba
a pale, electric green · cool · closest name: khaki
RGB
207, 255, 186
HSL
102°, 100%, 87%
CMYK
19, 0, 27, 0
Luminance
0.8833
Every format
| HEX | #cfffba |
| RGB | rgb(207, 255, 186) |
| HSL | hsl(102, 100%, 87%) |
| CMYK | cmyk(19%, 0%, 27%, 0%) |
| LAB | lab(95.3 -27.4 28.1) |
| LCH | lch(95.3 39.3 134.3) |
| OKLCH | oklch(0.950 0.103 136.3) |
Copy-ready code
/* CSS */
color: #cfffba;
background-color: #cfffba;
/* Tailwind (arbitrary) */
class="text-[#cfffba] bg-[#cfffba]"
/* SCSS */
$brand: #cfffba;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#cfffba")Accessibility — WCAG contrast
Aa
#cfffba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffba on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#cfffba text on a black background
contrast 18.67:1
Card sample
#cfffba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffba;
Background color
Panel with #cfffba background
background-color: #cfffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffba; background: linear-gradient(135deg, #cfffba, #BAFFD3);