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