#b6dfe2
a light, soft cyan · cool · closest name: silver
RGB
182, 223, 226
HSL
184°, 43%, 80%
CMYK
20, 1, 0, 11
Luminance
0.6821
Every format
| HEX | #b6dfe2 |
| RGB | rgb(182, 223, 226) |
| HSL | hsl(184, 43%, 80%) |
| CMYK | cmyk(20%, 1%, 0%, 11%) |
| LAB | lab(86.1 -12.6 -5.9) |
| LCH | lch(86.1 13.9 205.0) |
| OKLCH | oklch(0.875 0.043 201.9) |
Copy-ready code
/* CSS */
color: #b6dfe2;
background-color: #b6dfe2;
/* Tailwind (arbitrary) */
class="text-[#b6dfe2] bg-[#b6dfe2]"
/* SCSS */
$brand: #b6dfe2;
/* SwiftUI */
Color(red: 0.714, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#b6dfe2")Accessibility — WCAG contrast
Aa
#b6dfe2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dfe2 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green87.5%
Blue88.6%
CMYK percentages
Cyan19.5%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#b6dfe2 text on a black background
contrast 14.64:1
Card sample
#b6dfe2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dfe2;
Background color
Panel with #b6dfe2 background
background-color: #b6dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dfe2; background: linear-gradient(135deg, #b6dfe2, #B6C2E2);