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