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