#cfdfb3
a light, soft green · cool · closest name: beige
RGB
207, 223, 179
HSL
82°, 41%, 79%
CMYK
7, 0, 20, 13
Luminance
0.6930
Every format
| HEX | #cfdfb3 |
| RGB | rgb(207, 223, 179) |
| HSL | hsl(82, 41%, 79%) |
| CMYK | cmyk(7%, 0%, 20%, 13%) |
| LAB | lab(86.7 -12.9 19.8) |
| LCH | lch(86.7 23.7 123.1) |
| OKLCH | oklch(0.880 0.061 123.9) |
Copy-ready code
/* CSS */
color: #cfdfb3;
background-color: #cfdfb3;
/* Tailwind (arbitrary) */
class="text-[#cfdfb3] bg-[#cfdfb3]"
/* SCSS */
$brand: #cfdfb3;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.702)
/* Android */
Color.parseColor("#cfdfb3")Accessibility — WCAG contrast
Aa
#cfdfb3 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfb3 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue70.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow19.7%
Key (black)12.5%
Color previews
#cfdfb3 text on a black background
contrast 14.86:1
Card sample
#cfdfb3 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfb3;
Background color
Panel with #cfdfb3 background
background-color: #cfdfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfb3; background: linear-gradient(135deg, #cfdfb3, #B3DFB4);