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