#cada28
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 218, 40
HSL
65°, 71%, 51%
CMYK
7, 0, 82, 15
Luminance
0.6285
Every format
| HEX | #cada28 |
| RGB | rgb(202, 218, 40) |
| HSL | hsl(65, 71%, 51%) |
| CMYK | cmyk(7%, 0%, 82%, 15%) |
| LAB | lab(83.4 -25.2 76.7) |
| LCH | lch(83.4 80.8 108.2) |
| OKLCH | oklch(0.848 0.183 115.1) |
Copy-ready code
/* CSS */
color: #cada28;
background-color: #cada28;
/* Tailwind (arbitrary) */
class="text-[#cada28] bg-[#cada28]"
/* SCSS */
$brand: #cada28;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.157)
/* Android */
Color.parseColor("#cada28")Accessibility — WCAG contrast
Aa
#cada28 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cada28 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue15.7%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow81.7%
Key (black)14.5%
Color previews
#cada28 text on a black background
contrast 13.57:1
Card sample
#cada28 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cada28;
Background color
Panel with #cada28 background
background-color: #cada28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cada28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cada28; background: linear-gradient(135deg, #cada28, #53DA28);