#b0cffc
a light, electric blue · cool · closest name: skyblue
RGB
176, 207, 252
HSL
216°, 93%, 84%
CMYK
30, 18, 0, 1
Luminance
0.6088
Every format
| HEX | #b0cffc |
| RGB | rgb(176, 207, 252) |
| HSL | hsl(216, 93%, 84%) |
| CMYK | cmyk(30%, 18%, 0%, 1%) |
| LAB | lab(82.3 -0.2 -25.4) |
| LCH | lch(82.3 25.4 269.5) |
| OKLCH | oklch(0.847 0.071 257.6) |
Copy-ready code
/* CSS */
color: #b0cffc;
background-color: #b0cffc;
/* Tailwind (arbitrary) */
class="text-[#b0cffc] bg-[#b0cffc]"
/* SCSS */
$brand: #b0cffc;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#b0cffc")Accessibility — WCAG contrast
Aa
#b0cffc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cffc on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#b0cffc text on a black background
contrast 13.18:1
Card sample
#b0cffc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cffc;
Background color
Panel with #b0cffc background
background-color: #b0cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cffc; background: linear-gradient(135deg, #b0cffc, #C4B0FC);