#c7dfba
a light, soft green · cool · closest name: beige
RGB
199, 223, 186
HSL
99°, 37%, 80%
CMYK
11, 0, 17, 13
Luminance
0.6846
Every format
| HEX | #c7dfba |
| RGB | rgb(199, 223, 186) |
| HSL | hsl(99, 37%, 80%) |
| CMYK | cmyk(11%, 0%, 17%, 13%) |
| LAB | lab(86.2 -14.6 15.5) |
| LCH | lch(86.2 21.3 133.3) |
| OKLCH | oklch(0.876 0.056 134.5) |
Copy-ready code
/* CSS */
color: #c7dfba;
background-color: #c7dfba;
/* Tailwind (arbitrary) */
class="text-[#c7dfba] bg-[#c7dfba]"
/* SCSS */
$brand: #c7dfba;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#c7dfba")Accessibility — WCAG contrast
Aa
#c7dfba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfba on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#c7dfba text on a black background
contrast 14.69:1
Card sample
#c7dfba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfba;
Background color
Panel with #c7dfba background
background-color: #c7dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfba; background: linear-gradient(135deg, #c7dfba, #BADFC6);