#b9cddb
a light, soft blue · cool · closest name: silver
RGB
185, 205, 219
HSL
205°, 32%, 79%
CMYK
16, 6, 0, 14
Luminance
0.5909
Every format
| HEX | #b9cddb |
| RGB | rgb(185, 205, 219) |
| HSL | hsl(205, 32%, 79%) |
| CMYK | cmyk(16%, 6%, 0%, 14%) |
| LAB | lab(81.3 -3.9 -9.2) |
| LCH | lch(81.3 10.0 247.2) |
| OKLCH | oklch(0.838 0.029 238.3) |
Copy-ready code
/* CSS */
color: #b9cddb;
background-color: #b9cddb;
/* Tailwind (arbitrary) */
class="text-[#b9cddb] bg-[#b9cddb]"
/* SCSS */
$brand: #b9cddb;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#b9cddb")Accessibility — WCAG contrast
Aa
#b9cddb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cddb on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue85.9%
CMYK percentages
Cyan15.5%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b9cddb text on a black background
contrast 12.82:1
Card sample
#b9cddb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cddb;
Background color
Panel with #b9cddb background
background-color: #b9cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cddb; background: linear-gradient(135deg, #b9cddb, #BCB9DB);