#cfeadc
a pale, soft green · cool · closest name: beige
RGB
207, 234, 220
HSL
149°, 39%, 87%
CMYK
12, 0, 6, 8
Luminance
0.7728
Every format
| HEX | #cfeadc |
| RGB | rgb(207, 234, 220) |
| HSL | hsl(149, 39%, 87%) |
| CMYK | cmyk(12%, 0%, 6%, 8%) |
| LAB | lab(90.5 -11.5 3.8) |
| LCH | lch(90.5 12.1 161.7) |
| OKLCH | oklch(0.913 0.034 163.2) |
Copy-ready code
/* CSS */
color: #cfeadc;
background-color: #cfeadc;
/* Tailwind (arbitrary) */
class="text-[#cfeadc] bg-[#cfeadc]"
/* SCSS */
$brand: #cfeadc;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.863)
/* Android */
Color.parseColor("#cfeadc")Accessibility — WCAG contrast
Aa
#cfeadc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeadc on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue86.3%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow6.0%
Key (black)8.2%
Color previews
#cfeadc text on a black background
contrast 16.46:1
Card sample
#cfeadc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeadc;
Background color
Panel with #cfeadc background
background-color: #cfeadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeadc; background: linear-gradient(135deg, #cfeadc, #CFE6EA);