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