#cfb652
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 182, 82
HSL
48°, 57%, 57%
CMYK
0, 12, 60, 19
Luminance
0.4733
Every format
| HEX | #cfb652 |
| RGB | rgb(207, 182, 82) |
| HSL | hsl(48, 57%, 57%) |
| CMYK | cmyk(0%, 12%, 60%, 19%) |
| LAB | lab(74.4 -2.9 53.0) |
| LCH | lch(74.4 53.1 93.2) |
| OKLCH | oklch(0.778 0.123 95.3) |
Copy-ready code
/* CSS */
color: #cfb652;
background-color: #cfb652;
/* Tailwind (arbitrary) */
class="text-[#cfb652] bg-[#cfb652]"
/* SCSS */
$brand: #cfb652;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#cfb652")Accessibility — WCAG contrast
Aa
#cfb652 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb652 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow60.4%
Key (black)18.8%
Color previews
#cfb652 text on a black background
contrast 10.47:1
Card sample
#cfb652 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb652;
Background color
Panel with #cfb652 background
background-color: #cfb652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb652; background: linear-gradient(135deg, #cfb652, #95CF52);