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