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