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