#cfb33c
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 179, 60
HSL
49°, 61%, 52%
CMYK
0, 14, 71, 19
Luminance
0.4583
Every format
| HEX | #cfb33c |
| RGB | rgb(207, 179, 60) |
| HSL | hsl(49, 61%, 52%) |
| CMYK | cmyk(0%, 14%, 71%, 19%) |
| LAB | lab(73.4 -2.7 61.4) |
| LCH | lch(73.4 61.5 92.5) |
| OKLCH | oklch(0.770 0.137 95.5) |
Copy-ready code
/* CSS */
color: #cfb33c;
background-color: #cfb33c;
/* Tailwind (arbitrary) */
class="text-[#cfb33c] bg-[#cfb33c]"
/* SCSS */
$brand: #cfb33c;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.235)
/* Android */
Color.parseColor("#cfb33c")Accessibility — WCAG contrast
Aa
#cfb33c on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb33c on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow71.0%
Key (black)18.8%
Color previews
#cfb33c text on a black background
contrast 10.17:1
Card sample
#cfb33c text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb33c;
Background color
Panel with #cfb33c background
background-color: #cfb33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb33c; background: linear-gradient(135deg, #cfb33c, #89CF3C);