#b0f2fc
a light, electric cyan · cool · closest name: skyblue
RGB
176, 242, 252
HSL
188°, 93%, 84%
CMYK
30, 4, 0, 1
Luminance
0.7976
Every format
| HEX | #b0f2fc |
| RGB | rgb(176, 242, 252) |
| HSL | hsl(188, 93%, 84%) |
| CMYK | cmyk(30%, 4%, 0%, 1%) |
| LAB | lab(91.6 -18.2 -11.4) |
| LCH | lch(91.6 21.5 212.1) |
| OKLCH | oklch(0.920 0.067 207.8) |
Copy-ready code
/* CSS */
color: #b0f2fc;
background-color: #b0f2fc;
/* Tailwind (arbitrary) */
class="text-[#b0f2fc] bg-[#b0f2fc]"
/* SCSS */
$brand: #b0f2fc;
/* SwiftUI */
Color(red: 0.690, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#b0f2fc")Accessibility — WCAG contrast
Aa
#b0f2fc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f2fc on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.9%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#b0f2fc text on a black background
contrast 16.95:1
Card sample
#b0f2fc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f2fc;
Background color
Panel with #b0f2fc background
background-color: #b0f2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f2fc; background: linear-gradient(135deg, #b0f2fc, #B0BFFC);