#cfb94f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 185, 79
HSL
50°, 57%, 56%
CMYK
0, 11, 62, 19
Luminance
0.4853
Every format
| HEX | #cfb94f |
| RGB | rgb(207, 185, 79) |
| HSL | hsl(50, 57%, 56%) |
| CMYK | cmyk(0%, 11%, 62%, 19%) |
| LAB | lab(75.2 -4.7 55.2) |
| LCH | lch(75.2 55.4 94.9) |
| OKLCH | oklch(0.784 0.128 97.6) |
Copy-ready code
/* CSS */
color: #cfb94f;
background-color: #cfb94f;
/* Tailwind (arbitrary) */
class="text-[#cfb94f] bg-[#cfb94f]"
/* SCSS */
$brand: #cfb94f;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.310)
/* Android */
Color.parseColor("#cfb94f")Accessibility — WCAG contrast
Aa
#cfb94f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb94f on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow61.8%
Key (black)18.8%
Color previews
#cfb94f text on a black background
contrast 10.71:1
Card sample
#cfb94f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb94f;
Background color
Panel with #cfb94f background
background-color: #cfb94f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb94f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb94f; background: linear-gradient(135deg, #cfb94f, #90CF4F);