#d0ceaf
a light, soft yellow · cool · closest name: beige
RGB
208, 206, 175
HSL
56°, 26%, 75%
CMYK
0, 1, 16, 18
Luminance
0.6065
Every format
| HEX | #d0ceaf |
| RGB | rgb(208, 206, 175) |
| HSL | hsl(56, 26%, 75%) |
| CMYK | cmyk(0%, 1%, 16%, 18%) |
| LAB | lab(82.2 -4.5 15.7) |
| LCH | lch(82.2 16.3 106.0) |
| OKLCH | oklch(0.845 0.042 104.2) |
Copy-ready code
/* CSS */
color: #d0ceaf;
background-color: #d0ceaf;
/* Tailwind (arbitrary) */
class="text-[#d0ceaf] bg-[#d0ceaf]"
/* SCSS */
$brand: #d0ceaf;
/* SwiftUI */
Color(red: 0.816, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#d0ceaf")Accessibility — WCAG contrast
Aa
#d0ceaf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ceaf on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow15.9%
Key (black)18.4%
Color previews
#d0ceaf text on a black background
contrast 13.13:1
Card sample
#d0ceaf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ceaf;
Background color
Panel with #d0ceaf background
background-color: #d0ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ceaf; background: linear-gradient(135deg, #d0ceaf, #BCD0AF);