#cad044
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 208, 68
HSL
63°, 60%, 54%
CMYK
3, 0, 67, 18
Luminance
0.5809
Every format
| HEX | #cad044 |
| RGB | rgb(202, 208, 68) |
| HSL | hsl(63, 60%, 54%) |
| CMYK | cmyk(3%, 0%, 67%, 18%) |
| LAB | lab(80.8 -19.1 65.6) |
| LCH | lch(80.8 68.3 106.3) |
| OKLCH | oklch(0.828 0.158 111.8) |
Copy-ready code
/* CSS */
color: #cad044;
background-color: #cad044;
/* Tailwind (arbitrary) */
class="text-[#cad044] bg-[#cad044]"
/* SCSS */
$brand: #cad044;
/* SwiftUI */
Color(red: 0.792, green: 0.816, blue: 0.267)
/* Android */
Color.parseColor("#cad044")Accessibility — WCAG contrast
Aa
#cad044 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad044 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.6%
Blue26.7%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow67.3%
Key (black)18.4%
Color previews
#cad044 text on a black background
contrast 12.62:1
Card sample
#cad044 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad044;
Background color
Panel with #cad044 background
background-color: #cad044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 208, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 208, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad044; background: linear-gradient(135deg, #cad044, #6DD044);