#cfdab7
a light, soft green · cool · closest name: beige
RGB
207, 218, 183
HSL
79°, 32%, 79%
CMYK
5, 0, 16, 15
Luminance
0.6683
Every format
| HEX | #cfdab7 |
| RGB | rgb(207, 218, 183) |
| HSL | hsl(79, 32%, 79%) |
| CMYK | cmyk(5%, 0%, 16%, 15%) |
| LAB | lab(85.4 -9.8 16.0) |
| LCH | lch(85.4 18.8 121.4) |
| OKLCH | oklch(0.871 0.048 121.6) |
Copy-ready code
/* CSS */
color: #cfdab7;
background-color: #cfdab7;
/* Tailwind (arbitrary) */
class="text-[#cfdab7] bg-[#cfdab7]"
/* SCSS */
$brand: #cfdab7;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.718)
/* Android */
Color.parseColor("#cfdab7")Accessibility — WCAG contrast
Aa
#cfdab7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdab7 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue71.8%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow16.1%
Key (black)14.5%
Color previews
#cfdab7 text on a black background
contrast 14.37:1
Card sample
#cfdab7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdab7;
Background color
Panel with #cfdab7 background
background-color: #cfdab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdab7; background: linear-gradient(135deg, #cfdab7, #B8DAB7);