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