#ccb255
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 178, 85
HSL
47°, 54%, 57%
CMYK
0, 13, 58, 20
Luminance
0.4533
Every format
| HEX | #ccb255 |
| RGB | rgb(204, 178, 85) |
| HSL | hsl(47, 54%, 57%) |
| CMYK | cmyk(0%, 13%, 58%, 20%) |
| LAB | lab(73.1 -1.9 50.1) |
| LCH | lch(73.1 50.1 92.1) |
| OKLCH | oklch(0.768 0.117 93.9) |
Copy-ready code
/* CSS */
color: #ccb255;
background-color: #ccb255;
/* Tailwind (arbitrary) */
class="text-[#ccb255] bg-[#ccb255]"
/* SCSS */
$brand: #ccb255;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.333)
/* Android */
Color.parseColor("#ccb255")Accessibility — WCAG contrast
Aa
#ccb255 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb255 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow58.3%
Key (black)20.0%
Color previews
#ccb255 text on a black background
contrast 10.07:1
Card sample
#ccb255 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb255;
Background color
Panel with #ccb255 background
background-color: #ccb255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb255; background: linear-gradient(135deg, #ccb255, #97CC55);