#cfdab3
a light, soft green · cool · closest name: beige
RGB
207, 218, 179
HSL
77°, 35%, 78%
CMYK
5, 0, 18, 15
Luminance
0.6666
Every format
| HEX | #cfdab3 |
| RGB | rgb(207, 218, 179) |
| HSL | hsl(77, 35%, 78%) |
| CMYK | cmyk(5%, 0%, 18%, 15%) |
| LAB | lab(85.3 -10.4 18.0) |
| LCH | lch(85.3 20.8 120.1) |
| OKLCH | oklch(0.870 0.053 120.3) |
Copy-ready code
/* CSS */
color: #cfdab3;
background-color: #cfdab3;
/* Tailwind (arbitrary) */
class="text-[#cfdab3] bg-[#cfdab3]"
/* SCSS */
$brand: #cfdab3;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.702)
/* Android */
Color.parseColor("#cfdab3")Accessibility — WCAG contrast
Aa
#cfdab3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdab3 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue70.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow17.9%
Key (black)14.5%
Color previews
#cfdab3 text on a black background
contrast 14.33:1
Card sample
#cfdab3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdab3;
Background color
Panel with #cfdab3 background
background-color: #cfdab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdab3; background: linear-gradient(135deg, #cfdab3, #B5DAB3);