#cfdac8
a light, soft green · cool · closest name: beige
RGB
207, 218, 200
HSL
97°, 20%, 82%
CMYK
5, 0, 8, 15
Luminance
0.6758
Every format
| HEX | #cfdac8 |
| RGB | rgb(207, 218, 200) |
| HSL | hsl(97, 20%, 82%) |
| CMYK | cmyk(5%, 0%, 8%, 15%) |
| LAB | lab(85.8 -7.0 7.6) |
| LCH | lch(85.8 10.3 132.5) |
| OKLCH | oklch(0.875 0.027 133.0) |
Copy-ready code
/* CSS */
color: #cfdac8;
background-color: #cfdac8;
/* Tailwind (arbitrary) */
class="text-[#cfdac8] bg-[#cfdac8]"
/* SCSS */
$brand: #cfdac8;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.784)
/* Android */
Color.parseColor("#cfdac8")Accessibility — WCAG contrast
Aa
#cfdac8 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdac8 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue78.4%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow8.3%
Key (black)14.5%
Color previews
#cfdac8 text on a black background
contrast 14.52:1
Card sample
#cfdac8 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdac8;
Background color
Panel with #cfdac8 background
background-color: #cfdac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdac8; background: linear-gradient(135deg, #cfdac8, #C8DACD);