#b8dcdf
a light, soft cyan · cool · closest name: silver
RGB
184, 220, 223
HSL
185°, 38%, 80%
CMYK
18, 1, 0, 13
Luminance
0.6670
Every format
| HEX | #b8dcdf |
| RGB | rgb(184, 220, 223) |
| HSL | hsl(185, 38%, 80%) |
| CMYK | cmyk(18%, 1%, 0%, 13%) |
| LAB | lab(85.3 -11.1 -5.4) |
| LCH | lch(85.3 12.4 205.9) |
| OKLCH | oklch(0.870 0.038 202.7) |
Copy-ready code
/* CSS */
color: #b8dcdf;
background-color: #b8dcdf;
/* Tailwind (arbitrary) */
class="text-[#b8dcdf] bg-[#b8dcdf]"
/* SCSS */
$brand: #b8dcdf;
/* SwiftUI */
Color(red: 0.722, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#b8dcdf")Accessibility — WCAG contrast
Aa
#b8dcdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dcdf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green86.3%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b8dcdf text on a black background
contrast 14.34:1
Card sample
#b8dcdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dcdf;
Background color
Panel with #b8dcdf background
background-color: #b8dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dcdf; background: linear-gradient(135deg, #b8dcdf, #B8C2DF);