#b4decf
a light, soft green · cool · closest name: silver
RGB
180, 222, 207
HSL
159°, 39%, 79%
CMYK
19, 0, 7, 13
Luminance
0.6645
Every format
| HEX | #b4decf |
| RGB | rgb(180, 222, 207) |
| HSL | hsl(159, 39%, 79%) |
| CMYK | cmyk(19%, 0%, 7%, 13%) |
| LAB | lab(85.2 -16.6 2.8) |
| LCH | lch(85.2 16.9 170.3) |
| OKLCH | oklch(0.867 0.049 171.4) |
Copy-ready code
/* CSS */
color: #b4decf;
background-color: #b4decf;
/* Tailwind (arbitrary) */
class="text-[#b4decf] bg-[#b4decf]"
/* SCSS */
$brand: #b4decf;
/* SwiftUI */
Color(red: 0.706, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#b4decf")Accessibility — WCAG contrast
Aa
#b4decf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4decf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.1%
Blue81.2%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#b4decf text on a black background
contrast 14.29:1
Card sample
#b4decf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4decf;
Background color
Panel with #b4decf background
background-color: #b4decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4decf; background: linear-gradient(135deg, #b4decf, #B4D1DE);