#cfcc44
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 204, 68
HSL
59°, 59%, 54%
CMYK
0, 1, 67, 19
Luminance
0.5687
Every format
| HEX | #cfcc44 |
| RGB | rgb(207, 204, 68) |
| HSL | hsl(59, 59%, 54%) |
| CMYK | cmyk(0%, 1%, 67%, 19%) |
| LAB | lab(80.1 -15.1 65.0) |
| LCH | lch(80.1 66.7 103.0) |
| OKLCH | oklch(0.823 0.153 108.1) |
Copy-ready code
/* CSS */
color: #cfcc44;
background-color: #cfcc44;
/* Tailwind (arbitrary) */
class="text-[#cfcc44] bg-[#cfcc44]"
/* SCSS */
$brand: #cfcc44;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.267)
/* Android */
Color.parseColor("#cfcc44")Accessibility — WCAG contrast
Aa
#cfcc44 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc44 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow67.1%
Key (black)18.8%
Color previews
#cfcc44 text on a black background
contrast 12.37:1
Card sample
#cfcc44 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc44;
Background color
Panel with #cfcc44 background
background-color: #cfcc44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc44; background: linear-gradient(135deg, #cfcc44, #75CF44);