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