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