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