#cfd46f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 212, 111
HSL
63°, 54%, 63%
CMYK
2, 0, 48, 17
Luminance
0.6150
Every format
| HEX | #cfd46f |
| RGB | rgb(207, 212, 111) |
| HSL | hsl(63, 54%, 63%) |
| CMYK | cmyk(2%, 0%, 48%, 17%) |
| LAB | lab(82.7 -15.9 49.0) |
| LCH | lch(82.7 51.5 108.0) |
| OKLCH | oklch(0.845 0.125 111.3) |
Copy-ready code
/* CSS */
color: #cfd46f;
background-color: #cfd46f;
/* Tailwind (arbitrary) */
class="text-[#cfd46f] bg-[#cfd46f]"
/* SCSS */
$brand: #cfd46f;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.435)
/* Android */
Color.parseColor("#cfd46f")Accessibility — WCAG contrast
Aa
#cfd46f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd46f on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue43.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow47.6%
Key (black)16.9%
Color previews
#cfd46f text on a black background
contrast 13.30:1
Card sample
#cfd46f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd46f;
Background color
Panel with #cfd46f background
background-color: #cfd46f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd46f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd46f; background: linear-gradient(135deg, #cfd46f, #8CD46F);