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