#b6cddf
a light, soft blue · cool · closest name: silver
RGB
182, 205, 223
HSL
206°, 39%, 79%
CMYK
18, 8, 0, 13
Luminance
0.5894
Every format
| HEX | #b6cddf |
| RGB | rgb(182, 205, 223) |
| HSL | hsl(206, 39%, 79%) |
| CMYK | cmyk(18%, 8%, 0%, 13%) |
| LAB | lab(81.3 -4.0 -11.5) |
| LCH | lch(81.3 12.2 251.0) |
| OKLCH | oklch(0.837 0.035 241.5) |
Copy-ready code
/* CSS */
color: #b6cddf;
background-color: #b6cddf;
/* Tailwind (arbitrary) */
class="text-[#b6cddf] bg-[#b6cddf]"
/* SCSS */
$brand: #b6cddf;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#b6cddf")Accessibility — WCAG contrast
Aa
#b6cddf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cddf on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b6cddf text on a black background
contrast 12.79:1
Card sample
#b6cddf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cddf;
Background color
Panel with #b6cddf background
background-color: #b6cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cddf; background: linear-gradient(135deg, #b6cddf, #BAB6DF);