#cfcc5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 204, 95
HSL
58°, 54%, 59%
CMYK
0, 1, 54, 19
Luminance
0.5728
Every format
| HEX | #cfcc5f |
| RGB | rgb(207, 204, 95) |
| HSL | hsl(58, 54%, 59%) |
| CMYK | cmyk(0%, 1%, 54%, 19%) |
| LAB | lab(80.3 -13.3 53.8) |
| LCH | lch(80.3 55.4 103.8) |
| OKLCH | oklch(0.826 0.132 107.5) |
Copy-ready code
/* CSS */
color: #cfcc5f;
background-color: #cfcc5f;
/* Tailwind (arbitrary) */
class="text-[#cfcc5f] bg-[#cfcc5f]"
/* SCSS */
$brand: #cfcc5f;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.373)
/* Android */
Color.parseColor("#cfcc5f")Accessibility — WCAG contrast
Aa
#cfcc5f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc5f on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow54.1%
Key (black)18.8%
Color previews
#cfcc5f text on a black background
contrast 12.46:1
Card sample
#cfcc5f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc5f;
Background color
Panel with #cfcc5f background
background-color: #cfcc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc5f; background: linear-gradient(135deg, #cfcc5f, #87CF5F);