#ced613
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 214, 19
HSL
63°, 84%, 46%
CMYK
4, 0, 91, 16
Luminance
0.6126
Every format
| HEX | #ced613 |
| RGB | rgb(206, 214, 19) |
| HSL | hsl(63, 84%, 46%) |
| CMYK | cmyk(4%, 0%, 91%, 16%) |
| LAB | lab(82.5 -22.1 80.2) |
| LCH | lch(82.5 83.1 105.4) |
| OKLCH | oklch(0.842 0.184 112.5) |
Copy-ready code
/* CSS */
color: #ced613;
background-color: #ced613;
/* Tailwind (arbitrary) */
class="text-[#ced613] bg-[#ced613]"
/* SCSS */
$brand: #ced613;
/* SwiftUI */
Color(red: 0.808, green: 0.839, blue: 0.075)
/* Android */
Color.parseColor("#ced613")Accessibility — WCAG contrast
Aa
#ced613 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced613 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.9%
Blue7.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow91.1%
Key (black)16.1%
Color previews
#ced613 text on a black background
contrast 13.25:1
Card sample
#ced613 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced613;
Background color
Panel with #ced613 background
background-color: #ced613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 214, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 214, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced613; background: linear-gradient(135deg, #ced613, #4CD613);