#dbcecf
a light, soft red · warm · closest name: silver
RGB
219, 206, 207
HSL
355°, 15%, 83%
CMYK
0, 6, 6, 14
Luminance
0.6371
Every format
| HEX | #dbcecf |
| RGB | rgb(219, 206, 207) |
| HSL | hsl(355, 15%, 83%) |
| CMYK | cmyk(0%, 6%, 6%, 14%) |
| LAB | lab(83.8 4.7 1.1) |
| LCH | lch(83.8 4.8 13.5) |
| OKLCH | oklch(0.862 0.015 12.1) |
Copy-ready code
/* CSS */
color: #dbcecf;
background-color: #dbcecf;
/* Tailwind (arbitrary) */
class="text-[#dbcecf] bg-[#dbcecf]"
/* SCSS */
$brand: #dbcecf;
/* SwiftUI */
Color(red: 0.859, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#dbcecf")Accessibility — WCAG contrast
Aa
#dbcecf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcecf on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow5.5%
Key (black)14.1%
Color previews
#dbcecf text on a black background
contrast 13.74:1
Card sample
#dbcecf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcecf;
Background color
Panel with #dbcecf background
background-color: #dbcecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcecf; background: linear-gradient(135deg, #dbcecf, #DBD6CE);