#cfcf63
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 207, 99
HSL
60°, 53%, 60%
CMYK
0, 0, 52, 19
Luminance
0.5879
Every format
| HEX | #cfcf63 |
| RGB | rgb(207, 207, 99) |
| HSL | hsl(60, 53%, 60%) |
| CMYK | cmyk(0%, 0%, 52%, 19%) |
| LAB | lab(81.2 -14.4 52.9) |
| LCH | lch(81.2 54.9 105.3) |
| OKLCH | oklch(0.833 0.131 108.9) |
Copy-ready code
/* CSS */
color: #cfcf63;
background-color: #cfcf63;
/* Tailwind (arbitrary) */
class="text-[#cfcf63] bg-[#cfcf63]"
/* SCSS */
$brand: #cfcf63;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.388)
/* Android */
Color.parseColor("#cfcf63")Accessibility — WCAG contrast
Aa
#cfcf63 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcf63 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow52.2%
Key (black)18.8%
Color previews
#cfcf63 text on a black background
contrast 12.76:1
Card sample
#cfcf63 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcf63;
Background color
Panel with #cfcf63 background
background-color: #cfcf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcf63; background: linear-gradient(135deg, #cfcf63, #87CF63);