#cdcf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 207, 79
HSL
61°, 57%, 56%
CMYK
1, 0, 62, 19
Luminance
0.5817
Every format
| HEX | #cdcf4f |
| RGB | rgb(205, 207, 79) |
| HSL | hsl(61, 57%, 56%) |
| CMYK | cmyk(1%, 0%, 62%, 19%) |
| LAB | lab(80.8 -16.7 61.3) |
| LCH | lch(80.8 63.5 105.3) |
| OKLCH | oklch(0.829 0.149 110.1) |
Copy-ready code
/* CSS */
color: #cdcf4f;
background-color: #cdcf4f;
/* Tailwind (arbitrary) */
class="text-[#cdcf4f] bg-[#cdcf4f]"
/* SCSS */
$brand: #cdcf4f;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#cdcf4f")Accessibility — WCAG contrast
Aa
#cdcf4f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf4f on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue31.0%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#cdcf4f text on a black background
contrast 12.63:1
Card sample
#cdcf4f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf4f;
Background color
Panel with #cdcf4f background
background-color: #cdcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf4f; background: linear-gradient(135deg, #cdcf4f, #78CF4F);