#b7decf
a light, soft green · cool · closest name: silver
RGB
183, 222, 207
HSL
157°, 37%, 79%
CMYK
18, 0, 7, 13
Luminance
0.6681
Every format
| HEX | #b7decf |
| RGB | rgb(183, 222, 207) |
| HSL | hsl(157, 37%, 79%) |
| CMYK | cmyk(18%, 0%, 7%, 13%) |
| LAB | lab(85.4 -15.7 3.1) |
| LCH | lch(85.4 16.0 168.8) |
| OKLCH | oklch(0.868 0.046 169.9) |
Copy-ready code
/* CSS */
color: #b7decf;
background-color: #b7decf;
/* Tailwind (arbitrary) */
class="text-[#b7decf] bg-[#b7decf]"
/* SCSS */
$brand: #b7decf;
/* SwiftUI */
Color(red: 0.718, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#b7decf")Accessibility — WCAG contrast
Aa
#b7decf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7decf on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.1%
Blue81.2%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#b7decf text on a black background
contrast 14.36:1
Card sample
#b7decf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7decf;
Background color
Panel with #b7decf background
background-color: #b7decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7decf; background: linear-gradient(135deg, #b7decf, #B7D3DE);