#b8cfdc
a light, soft blue · cool · closest name: silver
RGB
184, 207, 220
HSL
202°, 34%, 79%
CMYK
16, 6, 0, 14
Luminance
0.5998
Every format
| HEX | #b8cfdc |
| RGB | rgb(184, 207, 220) |
| HSL | hsl(202, 34%, 79%) |
| CMYK | cmyk(16%, 6%, 0%, 14%) |
| LAB | lab(81.8 -5.0 -9.0) |
| LCH | lch(81.8 10.3 240.9) |
| OKLCH | oklch(0.841 0.031 232.5) |
Copy-ready code
/* CSS */
color: #b8cfdc;
background-color: #b8cfdc;
/* Tailwind (arbitrary) */
class="text-[#b8cfdc] bg-[#b8cfdc]"
/* SCSS */
$brand: #b8cfdc;
/* SwiftUI */
Color(red: 0.722, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#b8cfdc")Accessibility — WCAG contrast
Aa
#b8cfdc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cfdc on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green81.2%
Blue86.3%
CMYK percentages
Cyan16.4%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#b8cfdc text on a black background
contrast 13.00:1
Card sample
#b8cfdc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cfdc;
Background color
Panel with #b8cfdc background
background-color: #b8cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cfdc; background: linear-gradient(135deg, #b8cfdc, #B9B8DC);