#cfdfc6
a light, soft green · cool · closest name: beige
RGB
207, 223, 198
HSL
98°, 28%, 83%
CMYK
7, 0, 11, 13
Luminance
0.7012
Every format
| HEX | #cfdfc6 |
| RGB | rgb(207, 223, 198) |
| HSL | hsl(98, 28%, 83%) |
| CMYK | cmyk(7%, 0%, 11%, 13%) |
| LAB | lab(87.0 -9.8 10.4) |
| LCH | lch(87.0 14.3 133.3) |
| OKLCH | oklch(0.885 0.038 134.1) |
Copy-ready code
/* CSS */
color: #cfdfc6;
background-color: #cfdfc6;
/* Tailwind (arbitrary) */
class="text-[#cfdfc6] bg-[#cfdfc6]"
/* SCSS */
$brand: #cfdfc6;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.776)
/* Android */
Color.parseColor("#cfdfc6")Accessibility — WCAG contrast
Aa
#cfdfc6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfc6 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue77.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow11.2%
Key (black)12.5%
Color previews
#cfdfc6 text on a black background
contrast 15.02:1
Card sample
#cfdfc6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfc6;
Background color
Panel with #cfdfc6 background
background-color: #cfdfc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfc6; background: linear-gradient(135deg, #cfdfc6, #C6DFCE);