#b8dcd3
a light, soft cyan · cool · closest name: silver
RGB
184, 220, 211
HSL
165°, 34%, 79%
CMYK
16, 0, 4, 14
Luminance
0.6608
Every format
| HEX | #b8dcd3 |
| RGB | rgb(184, 220, 211) |
| HSL | hsl(165, 34%, 79%) |
| CMYK | cmyk(16%, 0%, 4%, 14%) |
| LAB | lab(85.0 -13.6 0.5) |
| LCH | lch(85.0 13.6 178.0) |
| OKLCH | oklch(0.866 0.040 178.5) |
Copy-ready code
/* CSS */
color: #b8dcd3;
background-color: #b8dcd3;
/* Tailwind (arbitrary) */
class="text-[#b8dcd3] bg-[#b8dcd3]"
/* SCSS */
$brand: #b8dcd3;
/* SwiftUI */
Color(red: 0.722, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#b8dcd3")Accessibility — WCAG contrast
Aa
#b8dcd3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dcd3 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green86.3%
Blue82.7%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#b8dcd3 text on a black background
contrast 14.22:1
Card sample
#b8dcd3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dcd3;
Background color
Panel with #b8dcd3 background
background-color: #b8dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dcd3; background: linear-gradient(135deg, #b8dcd3, #B8CDDC);