#cfdfaa
a light, vivid green · cool · closest name: beige
RGB
207, 223, 170
HSL
78°, 45%, 77%
CMYK
7, 0, 24, 13
Luminance
0.6894
Every format
| HEX | #cfdfaa |
| RGB | rgb(207, 223, 170) |
| HSL | hsl(78, 45%, 77%) |
| CMYK | cmyk(7%, 0%, 24%, 13%) |
| LAB | lab(86.5 -14.3 24.3) |
| LCH | lch(86.5 28.1 120.5) |
| OKLCH | oklch(0.878 0.072 121.5) |
Copy-ready code
/* CSS */
color: #cfdfaa;
background-color: #cfdfaa;
/* Tailwind (arbitrary) */
class="text-[#cfdfaa] bg-[#cfdfaa]"
/* SCSS */
$brand: #cfdfaa;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#cfdfaa")Accessibility — WCAG contrast
Aa
#cfdfaa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfaa on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue66.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#cfdfaa text on a black background
contrast 14.79:1
Card sample
#cfdfaa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfaa;
Background color
Panel with #cfdfaa background
background-color: #cfdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfaa; background: linear-gradient(135deg, #cfdfaa, #ACDFAA);