#dbcfcc
a light, soft red · warm · closest name: silver
RGB
219, 207, 204
HSL
12°, 17%, 83%
CMYK
0, 6, 7, 14
Luminance
0.6405
Every format
| HEX | #dbcfcc |
| RGB | rgb(219, 207, 204) |
| HSL | hsl(12, 17%, 83%) |
| CMYK | cmyk(0%, 6%, 7%, 14%) |
| LAB | lab(84.0 3.6 3.0) |
| LCH | lch(84.0 4.7 39.3) |
| OKLCH | oklch(0.863 0.014 34.3) |
Copy-ready code
/* CSS */
color: #dbcfcc;
background-color: #dbcfcc;
/* Tailwind (arbitrary) */
class="text-[#dbcfcc] bg-[#dbcfcc]"
/* SCSS */
$brand: #dbcfcc;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#dbcfcc")Accessibility — WCAG contrast
Aa
#dbcfcc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcfcc on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow6.8%
Key (black)14.1%
Color previews
#dbcfcc text on a black background
contrast 13.81:1
Card sample
#dbcfcc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcfcc;
Background color
Panel with #dbcfcc background
background-color: #dbcfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcfcc; background: linear-gradient(135deg, #dbcfcc, #DBD9CC);