#ceceaa
a light, soft yellow · cool · closest name: tan
RGB
206, 206, 170
HSL
60°, 27%, 74%
CMYK
0, 0, 18, 19
Luminance
0.6017
Every format
| HEX | #ceceaa |
| RGB | rgb(206, 206, 170) |
| HSL | hsl(60, 27%, 74%) |
| CMYK | cmyk(0%, 0%, 18%, 19%) |
| LAB | lab(81.9 -6.0 18.0) |
| LCH | lch(81.9 18.9 108.5) |
| OKLCH | oklch(0.842 0.048 107.4) |
Copy-ready code
/* CSS */
color: #ceceaa;
background-color: #ceceaa;
/* Tailwind (arbitrary) */
class="text-[#ceceaa] bg-[#ceceaa]"
/* SCSS */
$brand: #ceceaa;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.667)
/* Android */
Color.parseColor("#ceceaa")Accessibility — WCAG contrast
Aa
#ceceaa on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceceaa on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.5%
Key (black)19.2%
Color previews
#ceceaa text on a black background
contrast 13.03:1
Card sample
#ceceaa text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceceaa;
Background color
Panel with #ceceaa background
background-color: #ceceaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceceaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceceaa; background: linear-gradient(135deg, #ceceaa, #B6CEAA);