#b0dbf6
a light, electric blue · cool · closest name: skyblue
RGB
176, 219, 246
HSL
203°, 80%, 83%
CMYK
29, 11, 0, 4
Luminance
0.6655
Every format
| HEX | #b0dbf6 |
| RGB | rgb(176, 219, 246) |
| HSL | hsl(203, 80%, 83%) |
| CMYK | cmyk(29%, 11%, 0%, 4%) |
| LAB | lab(85.3 -7.9 -17.7) |
| LCH | lch(85.3 19.4 245.9) |
| OKLCH | oklch(0.870 0.059 235.9) |
Copy-ready code
/* CSS */
color: #b0dbf6;
background-color: #b0dbf6;
/* Tailwind (arbitrary) */
class="text-[#b0dbf6] bg-[#b0dbf6]"
/* SCSS */
$brand: #b0dbf6;
/* SwiftUI */
Color(red: 0.690, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#b0dbf6")Accessibility — WCAG contrast
Aa
#b0dbf6 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dbf6 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.9%
Blue96.5%
CMYK percentages
Cyan28.5%
Magenta11.0%
Yellow0.0%
Key (black)3.5%
Color previews
#b0dbf6 text on a black background
contrast 14.31:1
Card sample
#b0dbf6 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dbf6;
Background color
Panel with #b0dbf6 background
background-color: #b0dbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dbf6; background: linear-gradient(135deg, #b0dbf6, #B3B0F6);