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