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