#cfdabc
a light, soft green · cool · closest name: beige
RGB
207, 218, 188
HSL
82°, 29%, 80%
CMYK
5, 0, 14, 15
Luminance
0.6704
Every format
| HEX | #cfdabc |
| RGB | rgb(207, 218, 188) |
| HSL | hsl(82, 29%, 80%) |
| CMYK | cmyk(5%, 0%, 14%, 15%) |
| LAB | lab(85.5 -9.0 13.5) |
| LCH | lch(85.5 16.2 123.6) |
| OKLCH | oklch(0.872 0.042 123.7) |
Copy-ready code
/* CSS */
color: #cfdabc;
background-color: #cfdabc;
/* Tailwind (arbitrary) */
class="text-[#cfdabc] bg-[#cfdabc]"
/* SCSS */
$brand: #cfdabc;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#cfdabc")Accessibility — WCAG contrast
Aa
#cfdabc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdabc on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue73.7%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow13.8%
Key (black)14.5%
Color previews
#cfdabc text on a black background
contrast 14.41:1
Card sample
#cfdabc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdabc;
Background color
Panel with #cfdabc background
background-color: #cfdabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdabc; background: linear-gradient(135deg, #cfdabc, #BCDABD);