#ceceb5
a light, soft yellow · cool · closest name: beige
RGB
206, 206, 181
HSL
60°, 20%, 76%
CMYK
0, 0, 12, 19
Luminance
0.6060
Every format
| HEX | #ceceb5 |
| RGB | rgb(206, 206, 181) |
| HSL | hsl(60, 20%, 76%) |
| CMYK | cmyk(0%, 0%, 12%, 19%) |
| LAB | lab(82.2 -4.3 12.5) |
| LCH | lch(82.2 13.2 109.0) |
| OKLCH | oklch(0.845 0.034 107.1) |
Copy-ready code
/* CSS */
color: #ceceb5;
background-color: #ceceb5;
/* Tailwind (arbitrary) */
class="text-[#ceceb5] bg-[#ceceb5]"
/* SCSS */
$brand: #ceceb5;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#ceceb5")Accessibility — WCAG contrast
Aa
#ceceb5 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceceb5 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#ceceb5 text on a black background
contrast 13.12:1
Card sample
#ceceb5 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceceb5;
Background color
Panel with #ceceb5 background
background-color: #ceceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceceb5; background: linear-gradient(135deg, #ceceb5, #BDCEB5);