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