#cfdab0
a light, soft green · cool · closest name: beige
RGB
207, 218, 176
HSL
76°, 36%, 77%
CMYK
5, 0, 19, 15
Luminance
0.6654
Every format
| HEX | #cfdab0 |
| RGB | rgb(207, 218, 176) |
| HSL | hsl(76, 36%, 77%) |
| CMYK | cmyk(5%, 0%, 19%, 15%) |
| LAB | lab(85.3 -10.9 19.5) |
| LCH | lch(85.3 22.3 119.2) |
| OKLCH | oklch(0.869 0.057 119.5) |
Copy-ready code
/* CSS */
color: #cfdab0;
background-color: #cfdab0;
/* Tailwind (arbitrary) */
class="text-[#cfdab0] bg-[#cfdab0]"
/* SCSS */
$brand: #cfdab0;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.690)
/* Android */
Color.parseColor("#cfdab0")Accessibility — WCAG contrast
Aa
#cfdab0 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdab0 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue69.0%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow19.3%
Key (black)14.5%
Color previews
#cfdab0 text on a black background
contrast 14.31:1
Card sample
#cfdab0 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdab0;
Background color
Panel with #cfdab0 background
background-color: #cfdab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdab0; background: linear-gradient(135deg, #cfdab0, #B3DAB0);