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