#ceccbf
a light, muted yellow · cool · closest name: silver
RGB
206, 204, 191
HSL
52°, 13%, 78%
CMYK
0, 1, 7, 19
Luminance
0.6007
Every format
| HEX | #ceccbf |
| RGB | rgb(206, 204, 191) |
| HSL | hsl(52, 13%, 78%) |
| CMYK | cmyk(0%, 1%, 7%, 19%) |
| LAB | lab(81.9 -1.6 6.7) |
| LCH | lch(81.9 6.9 103.3) |
| OKLCH | oklch(0.843 0.018 99.6) |
Copy-ready code
/* CSS */
color: #ceccbf;
background-color: #ceccbf;
/* Tailwind (arbitrary) */
class="text-[#ceccbf] bg-[#ceccbf]"
/* SCSS */
$brand: #ceccbf;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#ceccbf")Accessibility — WCAG contrast
Aa
#ceccbf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccbf on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow7.3%
Key (black)19.2%
Color previews
#ceccbf text on a black background
contrast 13.01:1
Card sample
#ceccbf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccbf;
Background color
Panel with #ceccbf background
background-color: #ceccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccbf; background: linear-gradient(135deg, #ceccbf, #C6CEBF);