#cdd94f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 217, 79
HSL
65°, 65%, 58%
CMYK
6, 0, 64, 15
Luminance
0.6317
Every format
| HEX | #cdd94f |
| RGB | rgb(205, 217, 79) |
| HSL | hsl(65, 65%, 58%) |
| CMYK | cmyk(6%, 0%, 64%, 15%) |
| LAB | lab(83.5 -21.6 64.2) |
| LCH | lch(83.5 67.7 108.6) |
| OKLCH | oklch(0.851 0.159 114.0) |
Copy-ready code
/* CSS */
color: #cdd94f;
background-color: #cdd94f;
/* Tailwind (arbitrary) */
class="text-[#cdd94f] bg-[#cdd94f]"
/* SCSS */
$brand: #cdd94f;
/* SwiftUI */
Color(red: 0.804, green: 0.851, blue: 0.310)
/* Android */
Color.parseColor("#cdd94f")Accessibility — WCAG contrast
Aa
#cdd94f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd94f on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.1%
Blue31.0%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow63.6%
Key (black)14.9%
Color previews
#cdd94f text on a black background
contrast 13.63:1
Card sample
#cdd94f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd94f;
Background color
Panel with #cdd94f background
background-color: #cdd94f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd94f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 217, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 217, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd94f; background: linear-gradient(135deg, #cdd94f, #71D94F);