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