#b2dfe5
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 223, 229
HSL
187°, 50%, 80%
CMYK
22, 3, 0, 10
Luminance
0.6790
Every format
| HEX | #b2dfe5 |
| RGB | rgb(178, 223, 229) |
| HSL | hsl(187, 50%, 80%) |
| CMYK | cmyk(22%, 3%, 0%, 10%) |
| LAB | lab(86.0 -13.2 -7.7) |
| LCH | lch(86.0 15.3 210.3) |
| OKLCH | oklch(0.874 0.047 206.3) |
Copy-ready code
/* CSS */
color: #b2dfe5;
background-color: #b2dfe5;
/* Tailwind (arbitrary) */
class="text-[#b2dfe5] bg-[#b2dfe5]"
/* SCSS */
$brand: #b2dfe5;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 0.898)
/* Android */
Color.parseColor("#b2dfe5")Accessibility — WCAG contrast
Aa
#b2dfe5 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dfe5 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue89.8%
CMYK percentages
Cyan22.3%
Magenta2.6%
Yellow0.0%
Key (black)10.2%
Color previews
#b2dfe5 text on a black background
contrast 14.58:1
Card sample
#b2dfe5 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dfe5;
Background color
Panel with #b2dfe5 background
background-color: #b2dfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dfe5; background: linear-gradient(135deg, #b2dfe5, #B2BDE5);