#b2d5eb
a light, vivid blue · cool · closest name: skyblue
RGB
178, 213, 235
HSL
203°, 59%, 81%
CMYK
24, 9, 0, 8
Luminance
0.6305
Every format
| HEX | #b2d5eb |
| RGB | rgb(178, 213, 235) |
| HSL | hsl(203, 59%, 81%) |
| CMYK | cmyk(24%, 9%, 0%, 8%) |
| LAB | lab(83.5 -6.7 -14.6) |
| LCH | lch(83.5 16.1 245.2) |
| OKLCH | oklch(0.855 0.048 235.7) |
Copy-ready code
/* CSS */
color: #b2d5eb;
background-color: #b2d5eb;
/* Tailwind (arbitrary) */
class="text-[#b2d5eb] bg-[#b2d5eb]"
/* SCSS */
$brand: #b2d5eb;
/* SwiftUI */
Color(red: 0.698, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#b2d5eb")Accessibility — WCAG contrast
Aa
#b2d5eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d5eb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.5%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b2d5eb text on a black background
contrast 13.61:1
Card sample
#b2d5eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d5eb;
Background color
Panel with #b2d5eb background
background-color: #b2d5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d5eb; background: linear-gradient(135deg, #b2d5eb, #B5B2EB);