#cfdfaf
a light, soft green · cool · closest name: beige
RGB
207, 223, 175
HSL
80°, 43%, 78%
CMYK
7, 0, 22, 13
Luminance
0.6914
Every format
| HEX | #cfdfaf |
| RGB | rgb(207, 223, 175) |
| HSL | hsl(80, 43%, 78%) |
| CMYK | cmyk(7%, 0%, 22%, 13%) |
| LAB | lab(86.6 -13.5 21.8) |
| LCH | lch(86.6 25.6 121.9) |
| OKLCH | oklch(0.879 0.066 122.7) |
Copy-ready code
/* CSS */
color: #cfdfaf;
background-color: #cfdfaf;
/* Tailwind (arbitrary) */
class="text-[#cfdfaf] bg-[#cfdfaf]"
/* SCSS */
$brand: #cfdfaf;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#cfdfaf")Accessibility — WCAG contrast
Aa
#cfdfaf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfaf on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue68.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#cfdfaf text on a black background
contrast 14.83:1
Card sample
#cfdfaf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfaf;
Background color
Panel with #cfdfaf background
background-color: #cfdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfaf; background: linear-gradient(135deg, #cfdfaf, #AFDFAF);