#cfefd7
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 215
HSL
135°, 50%, 88%
CMYK
13, 0, 10, 6
Luminance
0.7990
Every format
| HEX | #cfefd7 |
| RGB | rgb(207, 239, 215) |
| HSL | hsl(135, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 10%, 6%) |
| LAB | lab(91.6 -14.9 8.1) |
| LCH | lch(91.6 17.0 151.4) |
| OKLCH | oklch(0.922 0.046 153.0) |
Copy-ready code
/* CSS */
color: #cfefd7;
background-color: #cfefd7;
/* Tailwind (arbitrary) */
class="text-[#cfefd7] bg-[#cfefd7]"
/* SCSS */
$brand: #cfefd7;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.843)
/* Android */
Color.parseColor("#cfefd7")Accessibility — WCAG contrast
Aa
#cfefd7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefd7 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue84.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow10.0%
Key (black)6.3%
Color previews
#cfefd7 text on a black background
contrast 16.98:1
Card sample
#cfefd7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefd7;
Background color
Panel with #cfefd7 background
background-color: #cfefd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefd7; background: linear-gradient(135deg, #cfefd7, #CFEFEC);