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