#cfd556
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 213, 86
HSL
63°, 60%, 59%
CMYK
3, 0, 60, 17
Luminance
0.6153
Every format
| HEX | #cfd556 |
| RGB | rgb(207, 213, 86) |
| HSL | hsl(63, 60%, 59%) |
| CMYK | cmyk(3%, 0%, 60%, 17%) |
| LAB | lab(82.7 -18.4 60.4) |
| LCH | lch(82.7 63.1 107.0) |
| OKLCH | oklch(0.844 0.149 111.7) |
Copy-ready code
/* CSS */
color: #cfd556;
background-color: #cfd556;
/* Tailwind (arbitrary) */
class="text-[#cfd556] bg-[#cfd556]"
/* SCSS */
$brand: #cfd556;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.337)
/* Android */
Color.parseColor("#cfd556")Accessibility — WCAG contrast
Aa
#cfd556 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd556 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue33.7%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow59.6%
Key (black)16.5%
Color previews
#cfd556 text on a black background
contrast 13.31:1
Card sample
#cfd556 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd556;
Background color
Panel with #cfd556 background
background-color: #cfd556;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd556;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd556; background: linear-gradient(135deg, #cfd556, #7AD556);