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