#cff4ba
a light, vivid green · cool · closest name: beige
RGB
207, 244, 186
HSL
98°, 73%, 84%
CMYK
15, 0, 24, 4
Luminance
0.8151
Every format
| HEX | #cff4ba |
| RGB | rgb(207, 244, 186) |
| HSL | hsl(98, 73%, 84%) |
| CMYK | cmyk(15%, 0%, 24%, 4%) |
| LAB | lab(92.4 -22.2 24.1) |
| LCH | lch(92.4 32.8 132.7) |
| OKLCH | oklch(0.926 0.086 134.4) |
Copy-ready code
/* CSS */
color: #cff4ba;
background-color: #cff4ba;
/* Tailwind (arbitrary) */
class="text-[#cff4ba] bg-[#cff4ba]"
/* SCSS */
$brand: #cff4ba;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.729)
/* Android */
Color.parseColor("#cff4ba")Accessibility — WCAG contrast
Aa
#cff4ba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4ba on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue72.9%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow23.8%
Key (black)4.3%
Color previews
#cff4ba text on a black background
contrast 17.30:1
Card sample
#cff4ba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4ba;
Background color
Panel with #cff4ba background
background-color: #cff4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4ba; background: linear-gradient(135deg, #cff4ba, #BAF4CC);