#cecabb
a light, soft yellow · cool · closest name: silver
RGB
206, 202, 187
HSL
47°, 16%, 77%
CMYK
0, 2, 9, 19
Luminance
0.5895
Every format
| HEX | #cecabb |
| RGB | rgb(206, 202, 187) |
| HSL | hsl(47, 16%, 77%) |
| CMYK | cmyk(0%, 2%, 9%, 19%) |
| LAB | lab(81.3 -1.2 8.0) |
| LCH | lch(81.3 8.1 98.7) |
| OKLCH | oklch(0.838 0.021 94.6) |
Copy-ready code
/* CSS */
color: #cecabb;
background-color: #cecabb;
/* Tailwind (arbitrary) */
class="text-[#cecabb] bg-[#cecabb]"
/* SCSS */
$brand: #cecabb;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.733)
/* Android */
Color.parseColor("#cecabb")Accessibility — WCAG contrast
Aa
#cecabb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecabb on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow9.2%
Key (black)19.2%
Color previews
#cecabb text on a black background
contrast 12.79:1
Card sample
#cecabb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecabb;
Background color
Panel with #cecabb background
background-color: #cecabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecabb; background: linear-gradient(135deg, #cecabb, #C5CEBB);