#cfe5ce
a pale, soft green · cool · closest name: beige
RGB
207, 229, 206
HSL
117°, 31%, 85%
CMYK
10, 0, 10, 10
Luminance
0.7376
Every format
| HEX | #cfe5ce |
| RGB | rgb(207, 229, 206) |
| HSL | hsl(117, 31%, 85%) |
| CMYK | cmyk(10%, 0%, 10%, 10%) |
| LAB | lab(88.8 -11.5 8.8) |
| LCH | lch(88.8 14.4 142.7) |
| OKLCH | oklch(0.899 0.039 144.1) |
Copy-ready code
/* CSS */
color: #cfe5ce;
background-color: #cfe5ce;
/* Tailwind (arbitrary) */
class="text-[#cfe5ce] bg-[#cfe5ce]"
/* SCSS */
$brand: #cfe5ce;
/* SwiftUI */
Color(red: 0.812, green: 0.898, blue: 0.808)
/* Android */
Color.parseColor("#cfe5ce")Accessibility — WCAG contrast
Aa
#cfe5ce on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe5ce on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.8%
Blue80.8%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow10.0%
Key (black)10.2%
Color previews
#cfe5ce text on a black background
contrast 15.75:1
Card sample
#cfe5ce text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe5ce;
Background color
Panel with #cfe5ce background
background-color: #cfe5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 229, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 229, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe5ce; background: linear-gradient(135deg, #cfe5ce, #CEE5DC);