#cfb85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 184, 95
HSL
48°, 54%, 59%
CMYK
0, 11, 54, 19
Luminance
0.4837
Every format
| HEX | #cfb85f |
| RGB | rgb(207, 184, 95) |
| HSL | hsl(48, 54%, 59%) |
| CMYK | cmyk(0%, 11%, 54%, 19%) |
| LAB | lab(75.1 -3.0 47.6) |
| LCH | lch(75.1 47.7 93.6) |
| OKLCH | oklch(0.784 0.113 95.1) |
Copy-ready code
/* CSS */
color: #cfb85f;
background-color: #cfb85f;
/* Tailwind (arbitrary) */
class="text-[#cfb85f] bg-[#cfb85f]"
/* SCSS */
$brand: #cfb85f;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.373)
/* Android */
Color.parseColor("#cfb85f")Accessibility — WCAG contrast
Aa
#cfb85f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb85f on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow54.1%
Key (black)18.8%
Color previews
#cfb85f text on a black background
contrast 10.67:1
Card sample
#cfb85f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb85f;
Background color
Panel with #cfb85f background
background-color: #cfb85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb85f; background: linear-gradient(135deg, #cfb85f, #9BCF5F);