#cfefc3
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 195
HSL
104°, 58%, 85%
CMYK
13, 0, 18, 6
Luminance
0.7894
Every format
| HEX | #cfefc3 |
| RGB | rgb(207, 239, 195) |
| HSL | hsl(104, 58%, 85%) |
| CMYK | cmyk(13%, 0%, 18%, 6%) |
| LAB | lab(91.2 -18.3 17.9) |
| LCH | lch(91.2 25.6 135.7) |
| OKLCH | oklch(0.918 0.068 137.2) |
Copy-ready code
/* CSS */
color: #cfefc3;
background-color: #cfefc3;
/* Tailwind (arbitrary) */
class="text-[#cfefc3] bg-[#cfefc3]"
/* SCSS */
$brand: #cfefc3;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.765)
/* Android */
Color.parseColor("#cfefc3")Accessibility — WCAG contrast
Aa
#cfefc3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefc3 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue76.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow18.4%
Key (black)6.3%
Color previews
#cfefc3 text on a black background
contrast 16.79:1
Card sample
#cfefc3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefc3;
Background color
Panel with #cfefc3 background
background-color: #cfefc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefc3; background: linear-gradient(135deg, #cfefc3, #C3EFD4);