#ceccba
a light, soft yellow · cool · closest name: silver
RGB
206, 204, 186
HSL
54°, 17%, 77%
CMYK
0, 1, 10, 19
Luminance
0.5985
Every format
| HEX | #ceccba |
| RGB | rgb(206, 204, 186) |
| HSL | hsl(54, 17%, 77%) |
| CMYK | cmyk(0%, 1%, 10%, 19%) |
| LAB | lab(81.8 -2.4 9.2) |
| LCH | lch(81.8 9.5 104.8) |
| OKLCH | oklch(0.842 0.025 101.7) |
Copy-ready code
/* CSS */
color: #ceccba;
background-color: #ceccba;
/* Tailwind (arbitrary) */
class="text-[#ceccba] bg-[#ceccba]"
/* SCSS */
$brand: #ceccba;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#ceccba")Accessibility — WCAG contrast
Aa
#ceccba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccba on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow9.7%
Key (black)19.2%
Color previews
#ceccba text on a black background
contrast 12.97:1
Card sample
#ceccba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccba;
Background color
Panel with #ceccba background
background-color: #ceccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccba; background: linear-gradient(135deg, #ceccba, #C3CEBA);