#b2cddb
a light, soft blue · cool · closest name: silver
RGB
178, 205, 219
HSL
201°, 36%, 78%
CMYK
19, 6, 0, 14
Luminance
0.5824
Every format
| HEX | #b2cddb |
| RGB | rgb(178, 205, 219) |
| HSL | hsl(201, 36%, 78%) |
| CMYK | cmyk(19%, 6%, 0%, 14%) |
| LAB | lab(80.9 -6.1 -10.0) |
| LCH | lch(80.9 11.7 238.6) |
| OKLCH | oklch(0.833 0.035 230.3) |
Copy-ready code
/* CSS */
color: #b2cddb;
background-color: #b2cddb;
/* Tailwind (arbitrary) */
class="text-[#b2cddb] bg-[#b2cddb]"
/* SCSS */
$brand: #b2cddb;
/* SwiftUI */
Color(red: 0.698, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#b2cddb")Accessibility — WCAG contrast
Aa
#b2cddb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cddb on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.4%
Blue85.9%
CMYK percentages
Cyan18.7%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b2cddb text on a black background
contrast 12.65:1
Card sample
#b2cddb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cddb;
Background color
Panel with #b2cddb background
background-color: #b2cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cddb; background: linear-gradient(135deg, #b2cddb, #B2B2DB);