#cff4cf
a pale, vivid green · cool · closest name: beige
RGB
207, 244, 207
HSL
120°, 63%, 88%
CMYK
15, 0, 15, 4
Luminance
0.8247
Every format
| HEX | #cff4cf |
| RGB | rgb(207, 244, 207) |
| HSL | hsl(120, 63%, 88%) |
| CMYK | cmyk(15%, 0%, 15%, 4%) |
| LAB | lab(92.8 -18.8 13.9) |
| LCH | lch(92.8 23.4 143.5) |
| OKLCH | oklch(0.931 0.063 145.1) |
Copy-ready code
/* CSS */
color: #cff4cf;
background-color: #cff4cf;
/* Tailwind (arbitrary) */
class="text-[#cff4cf] bg-[#cff4cf]"
/* SCSS */
$brand: #cff4cf;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#cff4cf")Accessibility — WCAG contrast
Aa
#cff4cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4cf on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue81.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#cff4cf text on a black background
contrast 17.49:1
Card sample
#cff4cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4cf;
Background color
Panel with #cff4cf background
background-color: #cff4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4cf; background: linear-gradient(135deg, #cff4cf, #CFF4E8);