#cecdaf
a light, soft yellow · cool · closest name: beige
RGB
206, 205, 175
HSL
58°, 24%, 75%
CMYK
0, 1, 15, 19
Luminance
0.5988
Every format
| HEX | #cecdaf |
| RGB | rgb(206, 205, 175) |
| HSL | hsl(58, 24%, 75%) |
| CMYK | cmyk(0%, 1%, 15%, 19%) |
| LAB | lab(81.8 -4.7 15.1) |
| LCH | lch(81.8 15.8 107.4) |
| OKLCH | oklch(0.841 0.040 105.7) |
Copy-ready code
/* CSS */
color: #cecdaf;
background-color: #cecdaf;
/* Tailwind (arbitrary) */
class="text-[#cecdaf] bg-[#cecdaf]"
/* SCSS */
$brand: #cecdaf;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#cecdaf")Accessibility — WCAG contrast
Aa
#cecdaf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdaf on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow15.0%
Key (black)19.2%
Color previews
#cecdaf text on a black background
contrast 12.98:1
Card sample
#cecdaf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdaf;
Background color
Panel with #cecdaf background
background-color: #cecdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdaf; background: linear-gradient(135deg, #cecdaf, #BACEAF);