#cecc8f
a light, soft yellow · cool · closest name: tan
RGB
206, 204, 143
HSL
58°, 39%, 68%
CMYK
0, 1, 31, 19
Luminance
0.5829
Every format
| HEX | #cecc8f |
| RGB | rgb(206, 204, 143) |
| HSL | hsl(58, 39%, 68%) |
| CMYK | cmyk(0%, 1%, 31%, 19%) |
| LAB | lab(80.9 -8.7 30.7) |
| LCH | lch(80.9 31.9 105.8) |
| OKLCH | oklch(0.832 0.080 106.4) |
Copy-ready code
/* CSS */
color: #cecc8f;
background-color: #cecc8f;
/* Tailwind (arbitrary) */
class="text-[#cecc8f] bg-[#cecc8f]"
/* SCSS */
$brand: #cecc8f;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#cecc8f")Accessibility — WCAG contrast
Aa
#cecc8f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecc8f on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow30.6%
Key (black)19.2%
Color previews
#cecc8f text on a black background
contrast 12.66:1
Card sample
#cecc8f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecc8f;
Background color
Panel with #cecc8f background
background-color: #cecc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecc8f; background: linear-gradient(135deg, #cecc8f, #A6CE8F);