#cfefc8
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 200
HSL
109°, 55%, 86%
CMYK
13, 0, 16, 6
Luminance
0.7917
Every format
| HEX | #cfefc8 |
| RGB | rgb(207, 239, 200) |
| HSL | hsl(109, 55%, 86%) |
| CMYK | cmyk(13%, 0%, 16%, 6%) |
| LAB | lab(91.3 -17.5 15.4) |
| LCH | lch(91.3 23.3 138.6) |
| OKLCH | oklch(0.919 0.062 140.0) |
Copy-ready code
/* CSS */
color: #cfefc8;
background-color: #cfefc8;
/* Tailwind (arbitrary) */
class="text-[#cfefc8] bg-[#cfefc8]"
/* SCSS */
$brand: #cfefc8;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.784)
/* Android */
Color.parseColor("#cfefc8")Accessibility — WCAG contrast
Aa
#cfefc8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefc8 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue78.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow16.3%
Key (black)6.3%
Color previews
#cfefc8 text on a black background
contrast 16.83:1
Card sample
#cfefc8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefc8;
Background color
Panel with #cfefc8 background
background-color: #cfefc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefc8; background: linear-gradient(135deg, #cfefc8, #C8EFDB);