#cec596
a light, soft yellow · cool · closest name: tan
RGB
206, 197, 150
HSL
50°, 36%, 70%
CMYK
0, 4, 27, 19
Luminance
0.5526
Every format
| HEX | #cec596 |
| RGB | rgb(206, 197, 150) |
| HSL | hsl(50, 36%, 70%) |
| CMYK | cmyk(0%, 4%, 27%, 19%) |
| LAB | lab(79.2 -4.2 24.8) |
| LCH | lch(79.2 25.1 99.6) |
| OKLCH | oklch(0.819 0.063 98.5) |
Copy-ready code
/* CSS */
color: #cec596;
background-color: #cec596;
/* Tailwind (arbitrary) */
class="text-[#cec596] bg-[#cec596]"
/* SCSS */
$brand: #cec596;
/* SwiftUI */
Color(red: 0.808, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#cec596")Accessibility — WCAG contrast
Aa
#cec596 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec596 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow27.2%
Key (black)19.2%
Color previews
#cec596 text on a black background
contrast 12.05:1
Card sample
#cec596 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec596;
Background color
Panel with #cec596 background
background-color: #cec596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec596; background: linear-gradient(135deg, #cec596, #B2CE96);