#b2dbf2
a light, vivid blue · cool · closest name: skyblue
RGB
178, 219, 242
HSL
202°, 71%, 82%
CMYK
26, 10, 0, 5
Luminance
0.6654
Every format
| HEX | #b2dbf2 |
| RGB | rgb(178, 219, 242) |
| HSL | hsl(202, 71%, 82%) |
| CMYK | cmyk(26%, 10%, 0%, 5%) |
| LAB | lab(85.3 -8.3 -15.6) |
| LCH | lch(85.3 17.7 242.1) |
| OKLCH | oklch(0.870 0.053 232.8) |
Copy-ready code
/* CSS */
color: #b2dbf2;
background-color: #b2dbf2;
/* Tailwind (arbitrary) */
class="text-[#b2dbf2] bg-[#b2dbf2]"
/* SCSS */
$brand: #b2dbf2;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#b2dbf2")Accessibility — WCAG contrast
Aa
#b2dbf2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbf2 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue94.9%
CMYK percentages
Cyan26.4%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#b2dbf2 text on a black background
contrast 14.31:1
Card sample
#b2dbf2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbf2;
Background color
Panel with #b2dbf2 background
background-color: #b2dbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbf2; background: linear-gradient(135deg, #b2dbf2, #B4B2F2);