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