#cedf13
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 223, 19
HSL
65°, 84%, 48%
CMYK
8, 0, 92, 13
Luminance
0.6594
Every format
| HEX | #cedf13 |
| RGB | rgb(206, 223, 19) |
| HSL | hsl(65, 84%, 48%) |
| CMYK | cmyk(8%, 0%, 92%, 13%) |
| LAB | lab(85.0 -26.4 82.1) |
| LCH | lch(85.0 86.2 107.8) |
| OKLCH | oklch(0.861 0.193 115.2) |
Copy-ready code
/* CSS */
color: #cedf13;
background-color: #cedf13;
/* Tailwind (arbitrary) */
class="text-[#cedf13] bg-[#cedf13]"
/* SCSS */
$brand: #cedf13;
/* SwiftUI */
Color(red: 0.808, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#cedf13")Accessibility — WCAG contrast
Aa
#cedf13 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedf13 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.5%
Blue7.5%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#cedf13 text on a black background
contrast 14.19:1
Card sample
#cedf13 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedf13;
Background color
Panel with #cedf13 background
background-color: #cedf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedf13; background: linear-gradient(135deg, #cedf13, #46DF13);