#cfeadf
a pale, soft green · cool · closest name: beige
RGB
207, 234, 223
HSL
156°, 39%, 87%
CMYK
12, 0, 5, 8
Luminance
0.7744
Every format
| HEX | #cfeadf |
| RGB | rgb(207, 234, 223) |
| HSL | hsl(156, 39%, 87%) |
| CMYK | cmyk(12%, 0%, 5%, 8%) |
| LAB | lab(90.5 -10.9 2.3) |
| LCH | lch(90.5 11.2 167.9) |
| OKLCH | oklch(0.914 0.032 169.2) |
Copy-ready code
/* CSS */
color: #cfeadf;
background-color: #cfeadf;
/* Tailwind (arbitrary) */
class="text-[#cfeadf] bg-[#cfeadf]"
/* SCSS */
$brand: #cfeadf;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#cfeadf")Accessibility — WCAG contrast
Aa
#cfeadf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeadf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue87.5%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#cfeadf text on a black background
contrast 16.49:1
Card sample
#cfeadf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeadf;
Background color
Panel with #cfeadf background
background-color: #cfeadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeadf; background: linear-gradient(135deg, #cfeadf, #CFE3EA);