#ccd652
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 214, 82
HSL
65°, 62%, 58%
CMYK
5, 0, 62, 16
Luminance
0.6154
Every format
| HEX | #ccd652 |
| RGB | rgb(204, 214, 82) |
| HSL | hsl(65, 62%, 58%) |
| CMYK | cmyk(5%, 0%, 62%, 16%) |
| LAB | lab(82.7 -20.4 62.0) |
| LCH | lch(82.7 65.3 108.2) |
| OKLCH | oklch(0.844 0.154 113.3) |
Copy-ready code
/* CSS */
color: #ccd652;
background-color: #ccd652;
/* Tailwind (arbitrary) */
class="text-[#ccd652] bg-[#ccd652]"
/* SCSS */
$brand: #ccd652;
/* SwiftUI */
Color(red: 0.800, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#ccd652")Accessibility — WCAG contrast
Aa
#ccd652 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd652 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green83.9%
Blue32.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#ccd652 text on a black background
contrast 13.31:1
Card sample
#ccd652 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd652;
Background color
Panel with #ccd652 background
background-color: #ccd652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd652; background: linear-gradient(135deg, #ccd652, #74D652);