#cfcf71
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 207, 113
HSL
60°, 50%, 63%
CMYK
0, 0, 45, 19
Luminance
0.5908
Every format
| HEX | #cfcf71 |
| RGB | rgb(207, 207, 113) |
| HSL | hsl(60, 50%, 63%) |
| CMYK | cmyk(0%, 0%, 45%, 19%) |
| LAB | lab(81.3 -13.2 46.5) |
| LCH | lch(81.3 48.3 105.9) |
| OKLCH | oklch(0.835 0.117 108.7) |
Copy-ready code
/* CSS */
color: #cfcf71;
background-color: #cfcf71;
/* Tailwind (arbitrary) */
class="text-[#cfcf71] bg-[#cfcf71]"
/* SCSS */
$brand: #cfcf71;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#cfcf71")Accessibility — WCAG contrast
Aa
#cfcf71 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcf71 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#cfcf71 text on a black background
contrast 12.82:1
Card sample
#cfcf71 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcf71;
Background color
Panel with #cfcf71 background
background-color: #cfcf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcf71; background: linear-gradient(135deg, #cfcf71, #90CF71);