#cfdfc1
a light, soft green · cool · closest name: beige
RGB
207, 223, 193
HSL
92°, 32%, 82%
CMYK
7, 0, 14, 13
Luminance
0.6989
Every format
| HEX | #cfdfc1 |
| RGB | rgb(207, 223, 193) |
| HSL | hsl(92, 32%, 82%) |
| CMYK | cmyk(7%, 0%, 14%, 13%) |
| LAB | lab(86.9 -10.7 12.9) |
| LCH | lch(86.9 16.8 129.6) |
| OKLCH | oklch(0.884 0.044 130.3) |
Copy-ready code
/* CSS */
color: #cfdfc1;
background-color: #cfdfc1;
/* Tailwind (arbitrary) */
class="text-[#cfdfc1] bg-[#cfdfc1]"
/* SCSS */
$brand: #cfdfc1;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.757)
/* Android */
Color.parseColor("#cfdfc1")Accessibility — WCAG contrast
Aa
#cfdfc1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfc1 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue75.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow13.5%
Key (black)12.5%
Color previews
#cfdfc1 text on a black background
contrast 14.98:1
Card sample
#cfdfc1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfc1;
Background color
Panel with #cfdfc1 background
background-color: #cfdfc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfc1; background: linear-gradient(135deg, #cfdfc1, #C1DFC7);