#cfeace
a pale, soft green · cool · closest name: beige
RGB
207, 234, 206
HSL
118°, 40%, 86%
CMYK
12, 0, 12, 8
Luminance
0.7657
Every format
| HEX | #cfeace |
| RGB | rgb(207, 234, 206) |
| HSL | hsl(118, 40%, 86%) |
| CMYK | cmyk(12%, 0%, 12%, 8%) |
| LAB | lab(90.1 -14.0 10.6) |
| LCH | lch(90.1 17.6 142.8) |
| OKLCH | oklch(0.910 0.047 144.2) |
Copy-ready code
/* CSS */
color: #cfeace;
background-color: #cfeace;
/* Tailwind (arbitrary) */
class="text-[#cfeace] bg-[#cfeace]"
/* SCSS */
$brand: #cfeace;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#cfeace")Accessibility — WCAG contrast
Aa
#cfeace on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeace on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue80.8%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#cfeace text on a black background
contrast 16.31:1
Card sample
#cfeace text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeace;
Background color
Panel with #cfeace background
background-color: #cfeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeace; background: linear-gradient(135deg, #cfeace, #CEEAE0);