#b6dcdf
a light, soft cyan · cool · closest name: silver
RGB
182, 220, 223
HSL
184°, 39%, 79%
CMYK
18, 1, 0, 13
Luminance
0.6646
Every format
| HEX | #b6dcdf |
| RGB | rgb(182, 220, 223) |
| HSL | hsl(184, 39%, 79%) |
| CMYK | cmyk(18%, 1%, 0%, 13%) |
| LAB | lab(85.2 -11.8 -5.6) |
| LCH | lch(85.2 13.0 205.5) |
| OKLCH | oklch(0.868 0.040 202.3) |
Copy-ready code
/* CSS */
color: #b6dcdf;
background-color: #b6dcdf;
/* Tailwind (arbitrary) */
class="text-[#b6dcdf] bg-[#b6dcdf]"
/* SCSS */
$brand: #b6dcdf;
/* SwiftUI */
Color(red: 0.714, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#b6dcdf")Accessibility — WCAG contrast
Aa
#b6dcdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dcdf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b6dcdf text on a black background
contrast 14.29:1
Card sample
#b6dcdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dcdf;
Background color
Panel with #b6dcdf background
background-color: #b6dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dcdf; background: linear-gradient(135deg, #b6dcdf, #B6C1DF);