#cff2cf
a pale, vivid green · cool · closest name: beige
RGB
207, 242, 207
HSL
120°, 57%, 88%
CMYK
15, 0, 15, 5
Luminance
0.8127
Every format
| HEX | #cff2cf |
| RGB | rgb(207, 242, 207) |
| HSL | hsl(120, 57%, 88%) |
| CMYK | cmyk(15%, 0%, 15%, 5%) |
| LAB | lab(92.3 -17.8 13.1) |
| LCH | lch(92.3 22.1 143.5) |
| OKLCH | oklch(0.927 0.059 145.1) |
Copy-ready code
/* CSS */
color: #cff2cf;
background-color: #cff2cf;
/* Tailwind (arbitrary) */
class="text-[#cff2cf] bg-[#cff2cf]"
/* SCSS */
$brand: #cff2cf;
/* SwiftUI */
Color(red: 0.812, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#cff2cf")Accessibility — WCAG contrast
Aa
#cff2cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff2cf on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.9%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#cff2cf text on a black background
contrast 17.25:1
Card sample
#cff2cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff2cf;
Background color
Panel with #cff2cf background
background-color: #cff2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff2cf; background: linear-gradient(135deg, #cff2cf, #CFF2E6);