#b2dbee
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 219, 238
HSL
199°, 64%, 82%
CMYK
25, 8, 0, 7
Luminance
0.6630
Every format
| HEX | #b2dbee |
| RGB | rgb(178, 219, 238) |
| HSL | hsl(199, 64%, 82%) |
| CMYK | cmyk(25%, 8%, 0%, 7%) |
| LAB | lab(85.2 -9.2 -13.7) |
| LCH | lch(85.2 16.5 236.2) |
| OKLCH | oklch(0.868 0.050 227.8) |
Copy-ready code
/* CSS */
color: #b2dbee;
background-color: #b2dbee;
/* Tailwind (arbitrary) */
class="text-[#b2dbee] bg-[#b2dbee]"
/* SCSS */
$brand: #b2dbee;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#b2dbee")Accessibility — WCAG contrast
Aa
#b2dbee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbee on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta8.0%
Yellow0.0%
Key (black)6.7%
Color previews
#b2dbee text on a black background
contrast 14.26:1
Card sample
#b2dbee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbee;
Background color
Panel with #b2dbee background
background-color: #b2dbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbee; background: linear-gradient(135deg, #b2dbee, #B2B3EE);