#cfb33f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 179, 63
HSL
48°, 60%, 53%
CMYK
0, 14, 70, 19
Luminance
0.4586
Every format
| HEX | #cfb33f |
| RGB | rgb(207, 179, 63) |
| HSL | hsl(48, 60%, 53%) |
| CMYK | cmyk(0%, 14%, 70%, 19%) |
| LAB | lab(73.5 -2.5 60.2) |
| LCH | lch(73.5 60.3 92.4) |
| OKLCH | oklch(0.770 0.135 95.3) |
Copy-ready code
/* CSS */
color: #cfb33f;
background-color: #cfb33f;
/* Tailwind (arbitrary) */
class="text-[#cfb33f] bg-[#cfb33f]"
/* SCSS */
$brand: #cfb33f;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.247)
/* Android */
Color.parseColor("#cfb33f")Accessibility — WCAG contrast
Aa
#cfb33f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb33f on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow69.6%
Key (black)18.8%
Color previews
#cfb33f text on a black background
contrast 10.17:1
Card sample
#cfb33f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb33f;
Background color
Panel with #cfb33f background
background-color: #cfb33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb33f; background: linear-gradient(135deg, #cfb33f, #8BCF3F);