#cfb962
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 185, 98
HSL
48°, 53%, 60%
CMYK
0, 11, 53, 19
Luminance
0.4885
Every format
| HEX | #cfb962 |
| RGB | rgb(207, 185, 98) |
| HSL | hsl(48, 53%, 60%) |
| CMYK | cmyk(0%, 11%, 53%, 19%) |
| LAB | lab(75.4 -3.3 46.5) |
| LCH | lch(75.4 46.7 94.0) |
| OKLCH | oklch(0.786 0.111 95.5) |
Copy-ready code
/* CSS */
color: #cfb962;
background-color: #cfb962;
/* Tailwind (arbitrary) */
class="text-[#cfb962] bg-[#cfb962]"
/* SCSS */
$brand: #cfb962;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.384)
/* Android */
Color.parseColor("#cfb962")Accessibility — WCAG contrast
Aa
#cfb962 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb962 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow52.7%
Key (black)18.8%
Color previews
#cfb962 text on a black background
contrast 10.77:1
Card sample
#cfb962 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb962;
Background color
Panel with #cfb962 background
background-color: #cfb962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb962; background: linear-gradient(135deg, #cfb962, #9CCF62);