#b0dffc
a light, electric blue · cool · closest name: skyblue
RGB
176, 223, 252
HSL
203°, 93%, 84%
CMYK
30, 12, 0, 1
Luminance
0.6903
Every format
| HEX | #b0dffc |
| RGB | rgb(176, 223, 252) |
| HSL | hsl(203, 93%, 84%) |
| CMYK | cmyk(30%, 12%, 0%, 1%) |
| LAB | lab(86.5 -8.6 -19.0) |
| LCH | lch(86.5 20.9 245.7) |
| OKLCH | oklch(0.880 0.063 235.5) |
Copy-ready code
/* CSS */
color: #b0dffc;
background-color: #b0dffc;
/* Tailwind (arbitrary) */
class="text-[#b0dffc] bg-[#b0dffc]"
/* SCSS */
$brand: #b0dffc;
/* SwiftUI */
Color(red: 0.690, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b0dffc")Accessibility — WCAG contrast
Aa
#b0dffc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dffc on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.5%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b0dffc text on a black background
contrast 14.81:1
Card sample
#b0dffc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dffc;
Background color
Panel with #b0dffc background
background-color: #b0dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dffc; background: linear-gradient(135deg, #b0dffc, #B4B0FC);