#cfdac1
a light, soft green · cool · closest name: beige
RGB
207, 218, 193
HSL
86°, 25%, 81%
CMYK
5, 0, 12, 15
Luminance
0.6726
Every format
| HEX | #cfdac1 |
| RGB | rgb(207, 218, 193) |
| HSL | hsl(86, 25%, 81%) |
| CMYK | cmyk(5%, 0%, 12%, 15%) |
| LAB | lab(85.6 -8.1 11.0) |
| LCH | lch(85.6 13.7 126.4) |
| OKLCH | oklch(0.873 0.036 126.6) |
Copy-ready code
/* CSS */
color: #cfdac1;
background-color: #cfdac1;
/* Tailwind (arbitrary) */
class="text-[#cfdac1] bg-[#cfdac1]"
/* SCSS */
$brand: #cfdac1;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.757)
/* Android */
Color.parseColor("#cfdac1")Accessibility — WCAG contrast
Aa
#cfdac1 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdac1 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue75.7%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow11.5%
Key (black)14.5%
Color previews
#cfdac1 text on a black background
contrast 14.45:1
Card sample
#cfdac1 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdac1;
Background color
Panel with #cfdac1 background
background-color: #cfdac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdac1; background: linear-gradient(135deg, #cfdac1, #C1DAC4);