#cfd18f
a light, soft yellow · cool · closest name: khaki
RGB
207, 209, 143
HSL
62°, 42%, 69%
CMYK
1, 0, 32, 18
Luminance
0.6085
Every format
| HEX | #cfd18f |
| RGB | rgb(207, 209, 143) |
| HSL | hsl(62, 42%, 69%) |
| CMYK | cmyk(1%, 0%, 32%, 18%) |
| LAB | lab(82.3 -10.9 32.6) |
| LCH | lch(82.3 34.4 108.5) |
| OKLCH | oklch(0.844 0.086 109.6) |
Copy-ready code
/* CSS */
color: #cfd18f;
background-color: #cfd18f;
/* Tailwind (arbitrary) */
class="text-[#cfd18f] bg-[#cfd18f]"
/* SCSS */
$brand: #cfd18f;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.561)
/* Android */
Color.parseColor("#cfd18f")Accessibility — WCAG contrast
Aa
#cfd18f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd18f on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue56.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow31.6%
Key (black)18.0%
Color previews
#cfd18f text on a black background
contrast 13.17:1
Card sample
#cfd18f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd18f;
Background color
Panel with #cfd18f background
background-color: #cfd18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd18f; background: linear-gradient(135deg, #cfd18f, #A3D18F);