#ced430
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 212, 48
HSL
62°, 66%, 51%
CMYK
3, 0, 77, 17
Luminance
0.6042
Every format
| HEX | #ced430 |
| RGB | rgb(206, 212, 48) |
| HSL | hsl(62, 66%, 51%) |
| CMYK | cmyk(3%, 0%, 77%, 17%) |
| LAB | lab(82.1 -20.3 73.6) |
| LCH | lch(82.1 76.4 105.4) |
| OKLCH | oklch(0.838 0.173 111.8) |
Copy-ready code
/* CSS */
color: #ced430;
background-color: #ced430;
/* Tailwind (arbitrary) */
class="text-[#ced430] bg-[#ced430]"
/* SCSS */
$brand: #ced430;
/* SwiftUI */
Color(red: 0.808, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#ced430")Accessibility — WCAG contrast
Aa
#ced430 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced430 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.1%
Blue18.8%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#ced430 text on a black background
contrast 13.08:1
Card sample
#ced430 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced430;
Background color
Panel with #ced430 background
background-color: #ced430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced430; background: linear-gradient(135deg, #ced430, #61D430);