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