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