#cfd565
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 213, 101
HSL
63°, 57%, 62%
CMYK
3, 0, 53, 17
Luminance
0.6179
Every format
| HEX | #cfd565 |
| RGB | rgb(207, 213, 101) |
| HSL | hsl(63, 57%, 62%) |
| CMYK | cmyk(3%, 0%, 53%, 17%) |
| LAB | lab(82.8 -17.3 53.9) |
| LCH | lch(82.8 56.6 107.8) |
| OKLCH | oklch(0.846 0.136 111.7) |
Copy-ready code
/* CSS */
color: #cfd565;
background-color: #cfd565;
/* Tailwind (arbitrary) */
class="text-[#cfd565] bg-[#cfd565]"
/* SCSS */
$brand: #cfd565;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.396)
/* Android */
Color.parseColor("#cfd565")Accessibility — WCAG contrast
Aa
#cfd565 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd565 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue39.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow52.6%
Key (black)16.5%
Color previews
#cfd565 text on a black background
contrast 13.36:1
Card sample
#cfd565 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd565;
Background color
Panel with #cfd565 background
background-color: #cfd565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd565; background: linear-gradient(135deg, #cfd565, #84D565);