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