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