#cecc97
a light, soft yellow · cool · closest name: tan
RGB
206, 204, 151
HSL
58°, 36%, 70%
CMYK
0, 1, 27, 19
Luminance
0.5854
Every format
| HEX | #cecc97 |
| RGB | rgb(206, 204, 151) |
| HSL | hsl(58, 36%, 70%) |
| CMYK | cmyk(0%, 1%, 27%, 19%) |
| LAB | lab(81.0 -7.7 26.8) |
| LCH | lch(81.0 27.8 106.0) |
| OKLCH | oklch(0.834 0.070 106.0) |
Copy-ready code
/* CSS */
color: #cecc97;
background-color: #cecc97;
/* Tailwind (arbitrary) */
class="text-[#cecc97] bg-[#cecc97]"
/* SCSS */
$brand: #cecc97;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.592)
/* Android */
Color.parseColor("#cecc97")Accessibility — WCAG contrast
Aa
#cecc97 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecc97 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow26.7%
Key (black)19.2%
Color previews
#cecc97 text on a black background
contrast 12.71:1
Card sample
#cecc97 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecc97;
Background color
Panel with #cecc97 background
background-color: #cecc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecc97; background: linear-gradient(135deg, #cecc97, #ABCE97);