#ccd648
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 214, 72
HSL
64°, 63%, 56%
CMYK
5, 0, 66, 16
Luminance
0.6140
Every format
| HEX | #ccd648 |
| RGB | rgb(204, 214, 72) |
| HSL | hsl(64, 63%, 56%) |
| CMYK | cmyk(5%, 0%, 66%, 16%) |
| LAB | lab(82.6 -21.0 65.9) |
| LCH | lch(82.6 69.2 107.7) |
| OKLCH | oklch(0.843 0.161 113.3) |
Copy-ready code
/* CSS */
color: #ccd648;
background-color: #ccd648;
/* Tailwind (arbitrary) */
class="text-[#ccd648] bg-[#ccd648]"
/* SCSS */
$brand: #ccd648;
/* SwiftUI */
Color(red: 0.800, green: 0.839, blue: 0.282)
/* Android */
Color.parseColor("#ccd648")Accessibility — WCAG contrast
Aa
#ccd648 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd648 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green83.9%
Blue28.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow66.4%
Key (black)16.1%
Color previews
#ccd648 text on a black background
contrast 13.28:1
Card sample
#ccd648 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd648;
Background color
Panel with #ccd648 background
background-color: #ccd648;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd648;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 214, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 214, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd648; background: linear-gradient(135deg, #ccd648, #6DD648);