#cfecdf
a pale, soft green · cool · closest name: beige
RGB
207, 236, 223
HSL
153°, 43%, 87%
CMYK
12, 0, 6, 8
Luminance
0.7858
Every format
| HEX | #cfecdf |
| RGB | rgb(207, 236, 223) |
| HSL | hsl(153, 43%, 87%) |
| CMYK | cmyk(12%, 0%, 6%, 8%) |
| LAB | lab(91.0 -11.9 3.1) |
| LCH | lch(91.0 12.3 165.4) |
| OKLCH | oklch(0.918 0.035 166.8) |
Copy-ready code
/* CSS */
color: #cfecdf;
background-color: #cfecdf;
/* Tailwind (arbitrary) */
class="text-[#cfecdf] bg-[#cfecdf]"
/* SCSS */
$brand: #cfecdf;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#cfecdf")Accessibility — WCAG contrast
Aa
#cfecdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfecdf on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue87.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#cfecdf text on a black background
contrast 16.72:1
Card sample
#cfecdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfecdf;
Background color
Panel with #cfecdf background
background-color: #cfecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfecdf; background: linear-gradient(135deg, #cfecdf, #CFE6EC);