#cfd8c5
a light, soft green · cool · closest name: beige
RGB
207, 216, 197
HSL
88°, 20%, 81%
CMYK
4, 0, 9, 15
Luminance
0.6641
Every format
| HEX | #cfd8c5 |
| RGB | rgb(207, 216, 197) |
| HSL | hsl(88, 20%, 81%) |
| CMYK | cmyk(4%, 0%, 9%, 15%) |
| LAB | lab(85.2 -6.4 8.3) |
| LCH | lch(85.2 10.5 127.7) |
| OKLCH | oklch(0.870 0.028 127.8) |
Copy-ready code
/* CSS */
color: #cfd8c5;
background-color: #cfd8c5;
/* Tailwind (arbitrary) */
class="text-[#cfd8c5] bg-[#cfd8c5]"
/* SCSS */
$brand: #cfd8c5;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.773)
/* Android */
Color.parseColor("#cfd8c5")Accessibility — WCAG contrast
Aa
#cfd8c5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8c5 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue77.3%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow8.8%
Key (black)15.3%
Color previews
#cfd8c5 text on a black background
contrast 14.28:1
Card sample
#cfd8c5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8c5;
Background color
Panel with #cfd8c5 background
background-color: #cfd8c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8c5; background: linear-gradient(135deg, #cfd8c5, #C5D8C8);