#ccc097
a light, soft yellow · cool · closest name: tan
RGB
204, 192, 151
HSL
46°, 34%, 70%
CMYK
0, 6, 26, 20
Luminance
0.5277
Every format
| HEX | #ccc097 |
| RGB | rgb(204, 192, 151) |
| HSL | hsl(46, 34%, 70%) |
| CMYK | cmyk(0%, 6%, 26%, 20%) |
| LAB | lab(77.7 -2.2 22.2) |
| LCH | lch(77.7 22.3 95.7) |
| OKLCH | oklch(0.807 0.057 93.7) |
Copy-ready code
/* CSS */
color: #ccc097;
background-color: #ccc097;
/* Tailwind (arbitrary) */
class="text-[#ccc097] bg-[#ccc097]"
/* SCSS */
$brand: #ccc097;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.592)
/* Android */
Color.parseColor("#ccc097")Accessibility — WCAG contrast
Aa
#ccc097 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc097 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow26.0%
Key (black)20.0%
Color previews
#ccc097 text on a black background
contrast 11.55:1
Card sample
#ccc097 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc097;
Background color
Panel with #ccc097 background
background-color: #ccc097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc097; background: linear-gradient(135deg, #ccc097, #B5CC97);