#b2dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 219, 235
HSL
197°, 59%, 81%
CMYK
24, 7, 0, 8
Luminance
0.6613
Every format
| HEX | #b2dbeb |
| RGB | rgb(178, 219, 235) |
| HSL | hsl(197, 59%, 81%) |
| CMYK | cmyk(24%, 7%, 0%, 8%) |
| LAB | lab(85.1 -9.8 -12.2) |
| LCH | lch(85.1 15.7 231.2) |
| OKLCH | oklch(0.867 0.048 223.6) |
Copy-ready code
/* CSS */
color: #b2dbeb;
background-color: #b2dbeb;
/* Tailwind (arbitrary) */
class="text-[#b2dbeb] bg-[#b2dbeb]"
/* SCSS */
$brand: #b2dbeb;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b2dbeb")Accessibility — WCAG contrast
Aa
#b2dbeb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbeb on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b2dbeb text on a black background
contrast 14.23:1
Card sample
#b2dbeb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbeb;
Background color
Panel with #b2dbeb background
background-color: #b2dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbeb; background: linear-gradient(135deg, #b2dbeb, #B2B5EB);