#cfd648
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 214, 72
HSL
63°, 63%, 56%
CMYK
3, 0, 66, 16
Luminance
0.6183
Every format
| HEX | #cfd648 |
| RGB | rgb(207, 214, 72) |
| HSL | hsl(63, 63%, 56%) |
| CMYK | cmyk(3%, 0%, 66%, 16%) |
| LAB | lab(82.8 -19.8 66.2) |
| LCH | lch(82.8 69.1 106.6) |
| OKLCH | oklch(0.845 0.161 112.1) |
Copy-ready code
/* CSS */
color: #cfd648;
background-color: #cfd648;
/* Tailwind (arbitrary) */
class="text-[#cfd648] bg-[#cfd648]"
/* SCSS */
$brand: #cfd648;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.282)
/* Android */
Color.parseColor("#cfd648")Accessibility — WCAG contrast
Aa
#cfd648 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd648 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue28.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow66.4%
Key (black)16.1%
Color previews
#cfd648 text on a black background
contrast 13.37:1
Card sample
#cfd648 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd648;
Background color
Panel with #cfd648 background
background-color: #cfd648;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd648;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd648; background: linear-gradient(135deg, #cfd648, #70D648);