#cfefd5
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 213
HSL
131°, 50%, 88%
CMYK
13, 0, 11, 6
Luminance
0.7980
Every format
| HEX | #cfefd5 |
| RGB | rgb(207, 239, 213) |
| HSL | hsl(131, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 11%, 6%) |
| LAB | lab(91.6 -15.3 9.1) |
| LCH | lch(91.6 17.8 149.2) |
| OKLCH | oklch(0.922 0.048 150.8) |
Copy-ready code
/* CSS */
color: #cfefd5;
background-color: #cfefd5;
/* Tailwind (arbitrary) */
class="text-[#cfefd5] bg-[#cfefd5]"
/* SCSS */
$brand: #cfefd5;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.835)
/* Android */
Color.parseColor("#cfefd5")Accessibility — WCAG contrast
Aa
#cfefd5 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefd5 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue83.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow10.9%
Key (black)6.3%
Color previews
#cfefd5 text on a black background
contrast 16.96:1
Card sample
#cfefd5 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefd5;
Background color
Panel with #cfefd5 background
background-color: #cfefd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefd5; background: linear-gradient(135deg, #cfefd5, #CFEFEA);