#cec69f
a light, soft yellow · cool · closest name: tan
RGB
206, 198, 159
HSL
50°, 32%, 72%
CMYK
0, 4, 23, 19
Luminance
0.5601
Every format
| HEX | #cec69f |
| RGB | rgb(206, 198, 159) |
| HSL | hsl(50, 32%, 72%) |
| CMYK | cmyk(0%, 4%, 23%, 19%) |
| LAB | lab(79.6 -3.5 20.6) |
| LCH | lch(79.6 20.9 99.6) |
| OKLCH | oklch(0.823 0.053 97.8) |
Copy-ready code
/* CSS */
color: #cec69f;
background-color: #cec69f;
/* Tailwind (arbitrary) */
class="text-[#cec69f] bg-[#cec69f]"
/* SCSS */
$brand: #cec69f;
/* SwiftUI */
Color(red: 0.808, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#cec69f")Accessibility — WCAG contrast
Aa
#cec69f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec69f on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow22.8%
Key (black)19.2%
Color previews
#cec69f text on a black background
contrast 12.20:1
Card sample
#cec69f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec69f;
Background color
Panel with #cec69f background
background-color: #cec69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec69f; background: linear-gradient(135deg, #cec69f, #B7CE9F);