#cfb255
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 178, 85
HSL
46°, 56%, 57%
CMYK
0, 14, 59, 19
Luminance
0.4576
Every format
| HEX | #cfb255 |
| RGB | rgb(207, 178, 85) |
| HSL | hsl(46, 56%, 57%) |
| CMYK | cmyk(0%, 14%, 59%, 19%) |
| LAB | lab(73.4 -0.6 50.5) |
| LCH | lch(73.4 50.5 90.7) |
| OKLCH | oklch(0.770 0.117 92.1) |
Copy-ready code
/* CSS */
color: #cfb255;
background-color: #cfb255;
/* Tailwind (arbitrary) */
class="text-[#cfb255] bg-[#cfb255]"
/* SCSS */
$brand: #cfb255;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.333)
/* Android */
Color.parseColor("#cfb255")Accessibility — WCAG contrast
Aa
#cfb255 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb255 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow58.9%
Key (black)18.8%
Color previews
#cfb255 text on a black background
contrast 10.15:1
Card sample
#cfb255 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb255;
Background color
Panel with #cfb255 background
background-color: #cfb255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb255; background: linear-gradient(135deg, #cfb255, #9BCF55);