#cfcc53
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 204, 83
HSL
59°, 56%, 57%
CMYK
0, 1, 60, 19
Luminance
0.5708
Every format
| HEX | #cfcc53 |
| RGB | rgb(207, 204, 83) |
| HSL | hsl(59, 56%, 57%) |
| CMYK | cmyk(0%, 1%, 60%, 19%) |
| LAB | lab(80.2 -14.1 59.0) |
| LCH | lch(80.2 60.7 103.5) |
| OKLCH | oklch(0.825 0.142 107.8) |
Copy-ready code
/* CSS */
color: #cfcc53;
background-color: #cfcc53;
/* Tailwind (arbitrary) */
class="text-[#cfcc53] bg-[#cfcc53]"
/* SCSS */
$brand: #cfcc53;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.325)
/* Android */
Color.parseColor("#cfcc53")Accessibility — WCAG contrast
Aa
#cfcc53 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc53 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow59.9%
Key (black)18.8%
Color previews
#cfcc53 text on a black background
contrast 12.42:1
Card sample
#cfcc53 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc53;
Background color
Panel with #cfcc53 background
background-color: #cfcc53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc53; background: linear-gradient(135deg, #cfcc53, #80CF53);