#cdd97f
a light, vivid yellow · cool · closest name: khaki
RGB
205, 217, 127
HSL
68°, 54%, 68%
CMYK
6, 0, 42, 15
Luminance
0.6414
Every format
| HEX | #cdd97f |
| RGB | rgb(205, 217, 127) |
| HSL | hsl(68, 54%, 68%) |
| CMYK | cmyk(6%, 0%, 42%, 15%) |
| LAB | lab(84.0 -17.5 42.9) |
| LCH | lch(84.0 46.3 112.2) |
| OKLCH | oklch(0.856 0.115 115.1) |
Copy-ready code
/* CSS */
color: #cdd97f;
background-color: #cdd97f;
/* Tailwind (arbitrary) */
class="text-[#cdd97f] bg-[#cdd97f]"
/* SCSS */
$brand: #cdd97f;
/* SwiftUI */
Color(red: 0.804, green: 0.851, blue: 0.498)
/* Android */
Color.parseColor("#cdd97f")Accessibility — WCAG contrast
Aa
#cdd97f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd97f on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.1%
Blue49.8%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow41.5%
Key (black)14.9%
Color previews
#cdd97f text on a black background
contrast 13.83:1
Card sample
#cdd97f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd97f;
Background color
Panel with #cdd97f background
background-color: #cdd97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 217, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 217, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd97f; background: linear-gradient(135deg, #cdd97f, #91D97F);