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