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