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