#cdcf6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 207, 111
HSL
61°, 50%, 62%
CMYK
1, 0, 46, 19
Luminance
0.5875
Every format
| HEX | #cdcf6f |
| RGB | rgb(205, 207, 111) |
| HSL | hsl(61, 50%, 62%) |
| CMYK | cmyk(1%, 0%, 46%, 19%) |
| LAB | lab(81.2 -14.2 47.2) |
| LCH | lch(81.2 49.3 106.7) |
| OKLCH | oklch(0.833 0.120 109.8) |
Copy-ready code
/* CSS */
color: #cdcf6f;
background-color: #cdcf6f;
/* Tailwind (arbitrary) */
class="text-[#cdcf6f] bg-[#cdcf6f]"
/* SCSS */
$brand: #cdcf6f;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#cdcf6f")Accessibility — WCAG contrast
Aa
#cdcf6f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf6f on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue43.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#cdcf6f text on a black background
contrast 12.75:1
Card sample
#cdcf6f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf6f;
Background color
Panel with #cdcf6f background
background-color: #cdcf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf6f; background: linear-gradient(135deg, #cdcf6f, #8DCF6F);