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