#cff9ba
a pale, electric green · cool · closest name: beige
RGB
207, 249, 186
HSL
100°, 84%, 85%
CMYK
17, 0, 25, 2
Luminance
0.8456
Every format
| HEX | #cff9ba |
| RGB | rgb(207, 249, 186) |
| HSL | hsl(100, 84%, 85%) |
| CMYK | cmyk(17%, 0%, 25%, 2%) |
| LAB | lab(93.7 -24.6 25.9) |
| LCH | lch(93.7 35.7 133.5) |
| OKLCH | oklch(0.937 0.094 135.4) |
Copy-ready code
/* CSS */
color: #cff9ba;
background-color: #cff9ba;
/* Tailwind (arbitrary) */
class="text-[#cff9ba] bg-[#cff9ba]"
/* SCSS */
$brand: #cff9ba;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#cff9ba")Accessibility — WCAG contrast
Aa
#cff9ba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9ba on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue72.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#cff9ba text on a black background
contrast 17.91:1
Card sample
#cff9ba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9ba;
Background color
Panel with #cff9ba background
background-color: #cff9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9ba; background: linear-gradient(135deg, #cff9ba, #BAF9CF);