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