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