#cec89f
a light, soft yellow · cool · closest name: tan
RGB
206, 200, 159
HSL
52°, 32%, 72%
CMYK
0, 3, 23, 19
Luminance
0.5693
Every format
| HEX | #cec89f |
| RGB | rgb(206, 200, 159) |
| HSL | hsl(52, 32%, 72%) |
| CMYK | cmyk(0%, 3%, 23%, 19%) |
| LAB | lab(80.1 -4.5 21.3) |
| LCH | lch(80.1 21.8 101.9) |
| OKLCH | oklch(0.827 0.055 100.6) |
Copy-ready code
/* CSS */
color: #cec89f;
background-color: #cec89f;
/* Tailwind (arbitrary) */
class="text-[#cec89f] bg-[#cec89f]"
/* SCSS */
$brand: #cec89f;
/* SwiftUI */
Color(red: 0.808, green: 0.784, blue: 0.624)
/* Android */
Color.parseColor("#cec89f")Accessibility — WCAG contrast
Aa
#cec89f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec89f on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow22.8%
Key (black)19.2%
Color previews
#cec89f text on a black background
contrast 12.39:1
Card sample
#cec89f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec89f;
Background color
Panel with #cec89f background
background-color: #cec89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 200, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 200, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec89f; background: linear-gradient(135deg, #cec89f, #B5CE9F);