#cad95f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 217, 95
HSL
67°, 62%, 61%
CMYK
7, 0, 56, 15
Luminance
0.6301
Every format
| HEX | #cad95f |
| RGB | rgb(202, 217, 95) |
| HSL | hsl(67, 62%, 61%) |
| CMYK | cmyk(7%, 0%, 56%, 15%) |
| LAB | lab(83.5 -21.7 57.2) |
| LCH | lch(83.5 61.2 110.8) |
| OKLCH | oklch(0.850 0.147 115.5) |
Copy-ready code
/* CSS */
color: #cad95f;
background-color: #cad95f;
/* Tailwind (arbitrary) */
class="text-[#cad95f] bg-[#cad95f]"
/* SCSS */
$brand: #cad95f;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.373)
/* Android */
Color.parseColor("#cad95f")Accessibility — WCAG contrast
Aa
#cad95f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad95f on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue37.3%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow56.2%
Key (black)14.9%
Color previews
#cad95f text on a black background
contrast 13.60:1
Card sample
#cad95f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad95f;
Background color
Panel with #cad95f background
background-color: #cad95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad95f; background: linear-gradient(135deg, #cad95f, #79D95F);