#cad275
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 210, 117
HSL
65°, 51%, 64%
CMYK
4, 0, 44, 18
Luminance
0.5993
Every format
| HEX | #cad275 |
| RGB | rgb(202, 210, 117) |
| HSL | hsl(65, 51%, 64%) |
| CMYK | cmyk(4%, 0%, 44%, 18%) |
| LAB | lab(81.8 -16.3 45.0) |
| LCH | lch(81.8 47.8 109.9) |
| OKLCH | oklch(0.837 0.117 113.0) |
Copy-ready code
/* CSS */
color: #cad275;
background-color: #cad275;
/* Tailwind (arbitrary) */
class="text-[#cad275] bg-[#cad275]"
/* SCSS */
$brand: #cad275;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.459)
/* Android */
Color.parseColor("#cad275")Accessibility — WCAG contrast
Aa
#cad275 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad275 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue45.9%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow44.3%
Key (black)17.6%
Color previews
#cad275 text on a black background
contrast 12.99:1
Card sample
#cad275 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad275;
Background color
Panel with #cad275 background
background-color: #cad275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad275; background: linear-gradient(135deg, #cad275, #8CD275);