#b2dbe1
a light, soft cyan · cool · closest name: skyblue
RGB
178, 219, 225
HSL
188°, 44%, 79%
CMYK
21, 3, 0, 12
Luminance
0.6556
Every format
| HEX | #b2dbe1 |
| RGB | rgb(178, 219, 225) |
| HSL | hsl(188, 44%, 79%) |
| CMYK | cmyk(21%, 3%, 0%, 12%) |
| LAB | lab(84.8 -12.0 -7.4) |
| LCH | lch(84.8 14.1 211.5) |
| OKLCH | oklch(0.864 0.044 207.3) |
Copy-ready code
/* CSS */
color: #b2dbe1;
background-color: #b2dbe1;
/* Tailwind (arbitrary) */
class="text-[#b2dbe1] bg-[#b2dbe1]"
/* SCSS */
$brand: #b2dbe1;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.882)
/* Android */
Color.parseColor("#b2dbe1")Accessibility — WCAG contrast
Aa
#b2dbe1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbe1 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue88.2%
CMYK percentages
Cyan20.9%
Magenta2.7%
Yellow0.0%
Key (black)11.8%
Color previews
#b2dbe1 text on a black background
contrast 14.11:1
Card sample
#b2dbe1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbe1;
Background color
Panel with #b2dbe1 background
background-color: #b2dbe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbe1; background: linear-gradient(135deg, #b2dbe1, #B2BCE1);