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