#cdf007
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 240, 7
HSL
69°, 94%, 48%
CMYK
15, 0, 97, 6
Luminance
0.7531
Every format
| HEX | #cdf007 |
| RGB | rgb(205, 240, 7) |
| HSL | hsl(69, 94%, 48%) |
| CMYK | cmyk(15%, 0%, 97%, 6%) |
| LAB | lab(89.5 -34.8 86.7) |
| LCH | lch(89.5 93.4 111.9) |
| OKLCH | oklch(0.898 0.212 119.8) |
Copy-ready code
/* CSS */
color: #cdf007;
background-color: #cdf007;
/* Tailwind (arbitrary) */
class="text-[#cdf007] bg-[#cdf007]"
/* SCSS */
$brand: #cdf007;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.027)
/* Android */
Color.parseColor("#cdf007")Accessibility — WCAG contrast
Aa
#cdf007 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf007 on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue2.7%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow97.1%
Key (black)5.9%
Color previews
#cdf007 text on a black background
contrast 16.06:1
Card sample
#cdf007 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf007;
Background color
Panel with #cdf007 background
background-color: #cdf007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf007; background: linear-gradient(135deg, #cdf007, #32F007);