#cad95c
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 217, 92
HSL
67°, 62%, 61%
CMYK
7, 0, 58, 15
Luminance
0.6295
Every format
| HEX | #cad95c |
| RGB | rgb(202, 217, 92) |
| HSL | hsl(67, 62%, 61%) |
| CMYK | cmyk(7%, 0%, 58%, 15%) |
| LAB | lab(83.4 -22.0 58.5) |
| LCH | lch(83.4 62.5 110.6) |
| OKLCH | oklch(0.850 0.150 115.4) |
Copy-ready code
/* CSS */
color: #cad95c;
background-color: #cad95c;
/* Tailwind (arbitrary) */
class="text-[#cad95c] bg-[#cad95c]"
/* SCSS */
$brand: #cad95c;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.361)
/* Android */
Color.parseColor("#cad95c")Accessibility — WCAG contrast
Aa
#cad95c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad95c on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue36.1%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow57.6%
Key (black)14.9%
Color previews
#cad95c text on a black background
contrast 13.59:1
Card sample
#cad95c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad95c;
Background color
Panel with #cad95c background
background-color: #cad95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad95c; background: linear-gradient(135deg, #cad95c, #77D95C);