#ccdf09
a balanced, electric yellow · cool · closest name: yellow
RGB
204, 223, 9
HSL
65°, 92%, 46%
CMYK
9, 0, 96, 13
Luminance
0.6563
Every format
| HEX | #ccdf09 |
| RGB | rgb(204, 223, 9) |
| HSL | hsl(65, 92%, 46%) |
| CMYK | cmyk(9%, 0%, 96%, 13%) |
| LAB | lab(84.8 -27.3 82.9) |
| LCH | lch(84.8 87.3 108.2) |
| OKLCH | oklch(0.860 0.195 115.8) |
Copy-ready code
/* CSS */
color: #ccdf09;
background-color: #ccdf09;
/* Tailwind (arbitrary) */
class="text-[#ccdf09] bg-[#ccdf09]"
/* SCSS */
$brand: #ccdf09;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.035)
/* Android */
Color.parseColor("#ccdf09")Accessibility — WCAG contrast
Aa
#ccdf09 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdf09 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue3.5%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow96.0%
Key (black)12.5%
Color previews
#ccdf09 text on a black background
contrast 14.13:1
Card sample
#ccdf09 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdf09;
Background color
Panel with #ccdf09 background
background-color: #ccdf09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdf09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdf09; background: linear-gradient(135deg, #ccdf09, #3DDF09);