#b5dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
181, 219, 235
HSL
198°, 57%, 82%
CMYK
23, 7, 0, 8
Luminance
0.6648
Every format
| HEX | #b5dbeb |
| RGB | rgb(181, 219, 235) |
| HSL | hsl(198, 57%, 82%) |
| CMYK | cmyk(23%, 7%, 0%, 8%) |
| LAB | lab(85.2 -9.0 -11.9) |
| LCH | lch(85.2 14.9 233.1) |
| OKLCH | oklch(0.869 0.046 225.3) |
Copy-ready code
/* CSS */
color: #b5dbeb;
background-color: #b5dbeb;
/* Tailwind (arbitrary) */
class="text-[#b5dbeb] bg-[#b5dbeb]"
/* SCSS */
$brand: #b5dbeb;
/* SwiftUI */
Color(red: 0.710, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b5dbeb")Accessibility — WCAG contrast
Aa
#b5dbeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dbeb on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b5dbeb text on a black background
contrast 14.30:1
Card sample
#b5dbeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dbeb;
Background color
Panel with #b5dbeb background
background-color: #b5dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dbeb; background: linear-gradient(135deg, #b5dbeb, #B5B7EB);