#cfb93d
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 185, 61
HSL
51°, 60%, 53%
CMYK
0, 11, 71, 19
Luminance
0.4830
Every format
| HEX | #cfb93d |
| RGB | rgb(207, 185, 61) |
| HSL | hsl(51, 60%, 53%) |
| CMYK | cmyk(0%, 11%, 71%, 19%) |
| LAB | lab(75.0 -5.7 62.6) |
| LCH | lch(75.0 62.9 95.2) |
| OKLCH | oklch(0.783 0.141 98.9) |
Copy-ready code
/* CSS */
color: #cfb93d;
background-color: #cfb93d;
/* Tailwind (arbitrary) */
class="text-[#cfb93d] bg-[#cfb93d]"
/* SCSS */
$brand: #cfb93d;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.239)
/* Android */
Color.parseColor("#cfb93d")Accessibility — WCAG contrast
Aa
#cfb93d on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb93d on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow70.5%
Key (black)18.8%
Color previews
#cfb93d text on a black background
contrast 10.66:1
Card sample
#cfb93d text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb93d;
Background color
Panel with #cfb93d background
background-color: #cfb93d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb93d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb93d; background: linear-gradient(135deg, #cfb93d, #83CF3D);