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