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