#d1ceaf
a light, soft yellow · cool · closest name: beige
RGB
209, 206, 175
HSL
55°, 27%, 75%
CMYK
0, 1, 16, 18
Luminance
0.6079
Every format
| HEX | #d1ceaf |
| RGB | rgb(209, 206, 175) |
| HSL | hsl(55, 27%, 75%) |
| CMYK | cmyk(0%, 1%, 16%, 18%) |
| LAB | lab(82.3 -4.1 15.8) |
| LCH | lch(82.3 16.4 104.7) |
| OKLCH | oklch(0.846 0.042 102.7) |
Copy-ready code
/* CSS */
color: #d1ceaf;
background-color: #d1ceaf;
/* Tailwind (arbitrary) */
class="text-[#d1ceaf] bg-[#d1ceaf]"
/* SCSS */
$brand: #d1ceaf;
/* SwiftUI */
Color(red: 0.820, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#d1ceaf")Accessibility — WCAG contrast
Aa
#d1ceaf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1ceaf on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow16.3%
Key (black)18.0%
Color previews
#d1ceaf text on a black background
contrast 13.16:1
Card sample
#d1ceaf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1ceaf;
Background color
Panel with #d1ceaf background
background-color: #d1ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1ceaf; background: linear-gradient(135deg, #d1ceaf, #BDD1AF);