#b0f0fb
a light, electric cyan · cool · closest name: skyblue
RGB
176, 240, 251
HSL
189°, 90%, 84%
CMYK
30, 4, 0, 2
Luminance
0.7852
Every format
| HEX | #b0f0fb |
| RGB | rgb(176, 240, 251) |
| HSL | hsl(189, 90%, 84%) |
| CMYK | cmyk(30%, 4%, 0%, 2%) |
| LAB | lab(91.0 -17.4 -11.8) |
| LCH | lch(91.0 21.0 214.0) |
| OKLCH | oklch(0.916 0.066 209.3) |
Copy-ready code
/* CSS */
color: #b0f0fb;
background-color: #b0f0fb;
/* Tailwind (arbitrary) */
class="text-[#b0f0fb] bg-[#b0f0fb]"
/* SCSS */
$brand: #b0f0fb;
/* SwiftUI */
Color(red: 0.690, green: 0.941, blue: 0.984)
/* Android */
Color.parseColor("#b0f0fb")Accessibility — WCAG contrast
Aa
#b0f0fb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f0fb on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.1%
Blue98.4%
CMYK percentages
Cyan29.9%
Magenta4.4%
Yellow0.0%
Key (black)1.6%
Color previews
#b0f0fb text on a black background
contrast 16.70:1
Card sample
#b0f0fb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f0fb;
Background color
Panel with #b0f0fb background
background-color: #b0f0fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f0fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 240, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 240, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f0fb; background: linear-gradient(135deg, #b0f0fb, #B0BEFB);