#ceccb2
a light, soft yellow · cool · closest name: silver
RGB
206, 204, 178
HSL
56°, 22%, 75%
CMYK
0, 1, 14, 19
Luminance
0.5952
Every format
| HEX | #ceccb2 |
| RGB | rgb(206, 204, 178) |
| HSL | hsl(56, 22%, 75%) |
| CMYK | cmyk(0%, 1%, 14%, 19%) |
| LAB | lab(81.6 -3.7 13.2) |
| LCH | lch(81.6 13.7 105.8) |
| OKLCH | oklch(0.840 0.035 103.5) |
Copy-ready code
/* CSS */
color: #ceccb2;
background-color: #ceccb2;
/* Tailwind (arbitrary) */
class="text-[#ceccb2] bg-[#ceccb2]"
/* SCSS */
$brand: #ceccb2;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#ceccb2")Accessibility — WCAG contrast
Aa
#ceccb2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccb2 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow13.6%
Key (black)19.2%
Color previews
#ceccb2 text on a black background
contrast 12.90:1
Card sample
#ceccb2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccb2;
Background color
Panel with #ceccb2 background
background-color: #ceccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccb2; background: linear-gradient(135deg, #ceccb2, #BDCEB2);