#b6cddb
a light, soft blue · cool · closest name: silver
RGB
182, 205, 219
HSL
203°, 34%, 79%
CMYK
17, 6, 0, 14
Luminance
0.5872
Every format
| HEX | #b6cddb |
| RGB | rgb(182, 205, 219) |
| HSL | hsl(203, 34%, 79%) |
| CMYK | cmyk(17%, 6%, 0%, 14%) |
| LAB | lab(81.1 -4.8 -9.5) |
| LCH | lch(81.1 10.7 243.2) |
| OKLCH | oklch(0.836 0.032 234.5) |
Copy-ready code
/* CSS */
color: #b6cddb;
background-color: #b6cddb;
/* Tailwind (arbitrary) */
class="text-[#b6cddb] bg-[#b6cddb]"
/* SCSS */
$brand: #b6cddb;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#b6cddb")Accessibility — WCAG contrast
Aa
#b6cddb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cddb on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue85.9%
CMYK percentages
Cyan16.9%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b6cddb text on a black background
contrast 12.74:1
Card sample
#b6cddb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cddb;
Background color
Panel with #b6cddb background
background-color: #b6cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cddb; background: linear-gradient(135deg, #b6cddb, #B8B6DB);