#cff7df
a pale, vivid green · cool · closest name: beige
RGB
207, 247, 223
HSL
144°, 71%, 89%
CMYK
16, 0, 10, 3
Luminance
0.8511
Every format
| HEX | #cff7df |
| RGB | rgb(207, 247, 223) |
| HSL | hsl(144, 71%, 89%) |
| CMYK | cmyk(16%, 0%, 10%, 3%) |
| LAB | lab(93.9 -17.4 7.3) |
| LCH | lch(93.9 18.9 157.3) |
| OKLCH | oklch(0.941 0.052 158.9) |
Copy-ready code
/* CSS */
color: #cff7df;
background-color: #cff7df;
/* Tailwind (arbitrary) */
class="text-[#cff7df] bg-[#cff7df]"
/* SCSS */
$brand: #cff7df;
/* SwiftUI */
Color(red: 0.812, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#cff7df")Accessibility — WCAG contrast
Aa
#cff7df on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff7df on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.9%
Blue87.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#cff7df text on a black background
contrast 18.02:1
Card sample
#cff7df text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff7df;
Background color
Panel with #cff7df background
background-color: #cff7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff7df; background: linear-gradient(135deg, #cff7df, #CFF4F7);