#b8dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 219, 235
HSL
199°, 56%, 82%
CMYK
22, 7, 0, 8
Luminance
0.6685
Every format
| HEX | #b8dbeb |
| RGB | rgb(184, 219, 235) |
| HSL | hsl(199, 56%, 82%) |
| CMYK | cmyk(22%, 7%, 0%, 8%) |
| LAB | lab(85.4 -8.1 -11.6) |
| LCH | lch(85.4 14.2 235.3) |
| OKLCH | oklch(0.871 0.043 227.2) |
Copy-ready code
/* CSS */
color: #b8dbeb;
background-color: #b8dbeb;
/* Tailwind (arbitrary) */
class="text-[#b8dbeb] bg-[#b8dbeb]"
/* SCSS */
$brand: #b8dbeb;
/* SwiftUI */
Color(red: 0.722, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b8dbeb")Accessibility — WCAG contrast
Aa
#b8dbeb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dbeb on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b8dbeb text on a black background
contrast 14.37:1
Card sample
#b8dbeb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dbeb;
Background color
Panel with #b8dbeb background
background-color: #b8dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dbeb; background: linear-gradient(135deg, #b8dbeb, #B8B9EB);