#d1ebcf
a pale, soft green · cool · closest name: beige
RGB
209, 235, 207
HSL
116°, 41%, 87%
CMYK
11, 0, 12, 8
Luminance
0.7748
Every format
| HEX | #d1ebcf |
| RGB | rgb(209, 235, 207) |
| HSL | hsl(116, 41%, 87%) |
| CMYK | cmyk(11%, 0%, 12%, 8%) |
| LAB | lab(90.5 -13.7 10.7) |
| LCH | lch(90.5 17.4 141.9) |
| OKLCH | oklch(0.913 0.046 143.2) |
Copy-ready code
/* CSS */
color: #d1ebcf;
background-color: #d1ebcf;
/* Tailwind (arbitrary) */
class="text-[#d1ebcf] bg-[#d1ebcf]"
/* SCSS */
$brand: #d1ebcf;
/* SwiftUI */
Color(red: 0.820, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#d1ebcf")Accessibility — WCAG contrast
Aa
#d1ebcf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1ebcf on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green92.2%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#d1ebcf text on a black background
contrast 16.50:1
Card sample
#d1ebcf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1ebcf;
Background color
Panel with #d1ebcf background
background-color: #d1ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1ebcf; background: linear-gradient(135deg, #d1ebcf, #CFEBE0);