#cfda8f
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 143
HSL
69°, 50%, 71%
CMYK
5, 0, 34, 15
Luminance
0.6539
Every format
| HEX | #cfda8f |
| RGB | rgb(207, 218, 143) |
| HSL | hsl(69, 50%, 71%) |
| CMYK | cmyk(5%, 0%, 34%, 15%) |
| LAB | lab(84.7 -15.4 35.7) |
| LCH | lch(84.7 38.9 113.3) |
| OKLCH | oklch(0.863 0.098 115.3) |
Copy-ready code
/* CSS */
color: #cfda8f;
background-color: #cfda8f;
/* Tailwind (arbitrary) */
class="text-[#cfda8f] bg-[#cfda8f]"
/* SCSS */
$brand: #cfda8f;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.561)
/* Android */
Color.parseColor("#cfda8f")Accessibility — WCAG contrast
Aa
#cfda8f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda8f on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue56.1%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow34.4%
Key (black)14.5%
Color previews
#cfda8f text on a black background
contrast 14.08:1
Card sample
#cfda8f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda8f;
Background color
Panel with #cfda8f background
background-color: #cfda8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda8f; background: linear-gradient(135deg, #cfda8f, #9DDA8F);