#b8dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 223, 235
HSL
194°, 56%, 82%
CMYK
22, 5, 0, 8
Luminance
0.6896
Every format
| HEX | #b8dfeb |
| RGB | rgb(184, 223, 235) |
| HSL | hsl(194, 56%, 82%) |
| CMYK | cmyk(22%, 5%, 0%, 8%) |
| LAB | lab(86.5 -10.1 -10.1) |
| LCH | lch(86.5 14.3 224.9) |
| OKLCH | oklch(0.880 0.044 218.4) |
Copy-ready code
/* CSS */
color: #b8dfeb;
background-color: #b8dfeb;
/* Tailwind (arbitrary) */
class="text-[#b8dfeb] bg-[#b8dfeb]"
/* SCSS */
$brand: #b8dfeb;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#b8dfeb")Accessibility — WCAG contrast
Aa
#b8dfeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dfeb on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b8dfeb text on a black background
contrast 14.79:1
Card sample
#b8dfeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dfeb;
Background color
Panel with #b8dfeb background
background-color: #b8dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dfeb; background: linear-gradient(135deg, #b8dfeb, #B8BDEB);