#cfe4ce
a pale, soft green · cool · closest name: beige
RGB
207, 228, 206
HSL
117°, 29%, 85%
CMYK
9, 0, 10, 11
Luminance
0.7321
Every format
| HEX | #cfe4ce |
| RGB | rgb(207, 228, 206) |
| HSL | hsl(117, 29%, 85%) |
| CMYK | cmyk(9%, 0%, 10%, 11%) |
| LAB | lab(88.5 -11.0 8.4) |
| LCH | lch(88.5 13.8 142.7) |
| OKLCH | oklch(0.897 0.037 144.0) |
Copy-ready code
/* CSS */
color: #cfe4ce;
background-color: #cfe4ce;
/* Tailwind (arbitrary) */
class="text-[#cfe4ce] bg-[#cfe4ce]"
/* SCSS */
$brand: #cfe4ce;
/* SwiftUI */
Color(red: 0.812, green: 0.894, blue: 0.808)
/* Android */
Color.parseColor("#cfe4ce")Accessibility — WCAG contrast
Aa
#cfe4ce on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe4ce on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.4%
Blue80.8%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow9.6%
Key (black)10.6%
Color previews
#cfe4ce text on a black background
contrast 15.64:1
Card sample
#cfe4ce text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe4ce;
Background color
Panel with #cfe4ce background
background-color: #cfe4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 228, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 228, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe4ce; background: linear-gradient(135deg, #cfe4ce, #CEE4DC);