#cfb13c
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 177, 60
HSL
48°, 61%, 52%
CMYK
0, 15, 71, 19
Luminance
0.4504
Every format
| HEX | #cfb13c |
| RGB | rgb(207, 177, 60) |
| HSL | hsl(48, 61%, 52%) |
| CMYK | cmyk(0%, 15%, 71%, 19%) |
| LAB | lab(72.9 -1.6 60.9) |
| LCH | lch(72.9 60.9 91.5) |
| OKLCH | oklch(0.766 0.136 94.3) |
Copy-ready code
/* CSS */
color: #cfb13c;
background-color: #cfb13c;
/* Tailwind (arbitrary) */
class="text-[#cfb13c] bg-[#cfb13c]"
/* SCSS */
$brand: #cfb13c;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.235)
/* Android */
Color.parseColor("#cfb13c")Accessibility — WCAG contrast
Aa
#cfb13c on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb13c on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow71.0%
Key (black)18.8%
Color previews
#cfb13c text on a black background
contrast 10.01:1
Card sample
#cfb13c text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb13c;
Background color
Panel with #cfb13c background
background-color: #cfb13c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb13c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb13c; background: linear-gradient(135deg, #cfb13c, #8BCF3C);