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