#cfd36f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 211, 111
HSL
62°, 53%, 63%
CMYK
2, 0, 47, 17
Luminance
0.6100
Every format
| HEX | #cfd36f |
| RGB | rgb(207, 211, 111) |
| HSL | hsl(62, 53%, 63%) |
| CMYK | cmyk(2%, 0%, 47%, 17%) |
| LAB | lab(82.4 -15.4 48.7) |
| LCH | lch(82.4 51.0 107.5) |
| OKLCH | oklch(0.843 0.124 110.8) |
Copy-ready code
/* CSS */
color: #cfd36f;
background-color: #cfd36f;
/* Tailwind (arbitrary) */
class="text-[#cfd36f] bg-[#cfd36f]"
/* SCSS */
$brand: #cfd36f;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.435)
/* Android */
Color.parseColor("#cfd36f")Accessibility — WCAG contrast
Aa
#cfd36f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd36f on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue43.5%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow47.4%
Key (black)17.3%
Color previews
#cfd36f text on a black background
contrast 13.20:1
Card sample
#cfd36f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd36f;
Background color
Panel with #cfd36f background
background-color: #cfd36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd36f; background: linear-gradient(135deg, #cfd36f, #8CD36F);