#cfdfd2
a light, soft green · cool · closest name: beige
RGB
207, 223, 210
HSL
131°, 20%, 84%
CMYK
7, 0, 6, 13
Luminance
0.7069
Every format
| HEX | #cfdfd2 |
| RGB | rgb(207, 223, 210) |
| HSL | hsl(131, 20%, 84%) |
| CMYK | cmyk(7%, 0%, 6%, 13%) |
| LAB | lab(87.3 -7.7 4.5) |
| LCH | lch(87.3 9.0 149.7) |
| OKLCH | oklch(0.888 0.025 151.1) |
Copy-ready code
/* CSS */
color: #cfdfd2;
background-color: #cfdfd2;
/* Tailwind (arbitrary) */
class="text-[#cfdfd2] bg-[#cfdfd2]"
/* SCSS */
$brand: #cfdfd2;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#cfdfd2")Accessibility — WCAG contrast
Aa
#cfdfd2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfd2 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue82.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow5.8%
Key (black)12.5%
Color previews
#cfdfd2 text on a black background
contrast 15.14:1
Card sample
#cfdfd2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfd2;
Background color
Panel with #cfdfd2 background
background-color: #cfdfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfd2; background: linear-gradient(135deg, #cfdfd2, #CFDFDD);