#dadebf
a light, soft yellow · cool · closest name: beige
RGB
218, 222, 191
HSL
68°, 32%, 81%
CMYK
2, 0, 14, 13
Luminance
0.7091
Every format
| HEX | #dadebf |
| RGB | rgb(218, 222, 191) |
| HSL | hsl(68, 32%, 81%) |
| CMYK | cmyk(2%, 0%, 14%, 13%) |
| LAB | lab(87.4 -6.6 14.8) |
| LCH | lch(87.4 16.2 114.2) |
| OKLCH | oklch(0.889 0.042 113.2) |
Copy-ready code
/* CSS */
color: #dadebf;
background-color: #dadebf;
/* Tailwind (arbitrary) */
class="text-[#dadebf] bg-[#dadebf]"
/* SCSS */
$brand: #dadebf;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 0.749)
/* Android */
Color.parseColor("#dadebf")Accessibility — WCAG contrast
Aa
#dadebf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadebf on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.1%
Blue74.9%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow14.0%
Key (black)12.9%
Color previews
#dadebf text on a black background
contrast 15.18:1
Card sample
#dadebf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadebf;
Background color
Panel with #dadebf background
background-color: #dadebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 222, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadebf; background: linear-gradient(135deg, #dadebf, #C5DEBF);