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