#cfe3cd
a light, soft green · cool · closest name: beige
RGB
207, 227, 205
HSL
115°, 28%, 85%
CMYK
9, 0, 10, 11
Luminance
0.7261
Every format
| HEX | #cfe3cd |
| RGB | rgb(207, 227, 205) |
| HSL | hsl(115, 28%, 85%) |
| CMYK | cmyk(9%, 0%, 10%, 11%) |
| LAB | lab(88.3 -10.7 8.5) |
| LCH | lch(88.3 13.6 141.5) |
| OKLCH | oklch(0.895 0.036 142.7) |
Copy-ready code
/* CSS */
color: #cfe3cd;
background-color: #cfe3cd;
/* Tailwind (arbitrary) */
class="text-[#cfe3cd] bg-[#cfe3cd]"
/* SCSS */
$brand: #cfe3cd;
/* SwiftUI */
Color(red: 0.812, green: 0.890, blue: 0.804)
/* Android */
Color.parseColor("#cfe3cd")Accessibility — WCAG contrast
Aa
#cfe3cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe3cd on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.0%
Blue80.4%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow9.7%
Key (black)11.0%
Color previews
#cfe3cd text on a black background
contrast 15.52:1
Card sample
#cfe3cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe3cd;
Background color
Panel with #cfe3cd background
background-color: #cfe3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 227, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 227, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe3cd; background: linear-gradient(135deg, #cfe3cd, #CDE3DA);