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