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