#cdcf5c
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 207, 92
HSL
61°, 55%, 59%
CMYK
1, 0, 56, 19
Luminance
0.5838
Every format
| HEX | #cdcf5c |
| RGB | rgb(205, 207, 92) |
| HSL | hsl(61, 55%, 59%) |
| CMYK | cmyk(1%, 0%, 56%, 19%) |
| LAB | lab(81.0 -15.8 55.8) |
| LCH | lch(81.0 58.0 105.8) |
| OKLCH | oklch(0.830 0.138 110.0) |
Copy-ready code
/* CSS */
color: #cdcf5c;
background-color: #cdcf5c;
/* Tailwind (arbitrary) */
class="text-[#cdcf5c] bg-[#cdcf5c]"
/* SCSS */
$brand: #cdcf5c;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.361)
/* Android */
Color.parseColor("#cdcf5c")Accessibility — WCAG contrast
Aa
#cdcf5c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf5c on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue36.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow55.6%
Key (black)18.8%
Color previews
#cdcf5c text on a black background
contrast 12.68:1
Card sample
#cdcf5c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf5c;
Background color
Panel with #cdcf5c background
background-color: #cdcf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf5c; background: linear-gradient(135deg, #cdcf5c, #80CF5C);