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