#cfb451
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 180, 81
HSL
47°, 57%, 57%
CMYK
0, 13, 61, 19
Luminance
0.4650
Every format
| HEX | #cfb451 |
| RGB | rgb(207, 180, 81) |
| HSL | hsl(47, 57%, 57%) |
| CMYK | cmyk(0%, 13%, 61%, 19%) |
| LAB | lab(73.9 -1.9 52.9) |
| LCH | lch(73.9 52.9 92.1) |
| OKLCH | oklch(0.774 0.122 94.1) |
Copy-ready code
/* CSS */
color: #cfb451;
background-color: #cfb451;
/* Tailwind (arbitrary) */
class="text-[#cfb451] bg-[#cfb451]"
/* SCSS */
$brand: #cfb451;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.318)
/* Android */
Color.parseColor("#cfb451")Accessibility — WCAG contrast
Aa
#cfb451 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb451 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow60.9%
Key (black)18.8%
Color previews
#cfb451 text on a black background
contrast 10.30:1
Card sample
#cfb451 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb451;
Background color
Panel with #cfb451 background
background-color: #cfb451;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb451;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb451; background: linear-gradient(135deg, #cfb451, #96CF51);