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