#b0fdfe
a light, electric cyan · cool · closest name: skyblue
RGB
176, 253, 254
HSL
181°, 98%, 84%
CMYK
31, 0, 0, 0
Luminance
0.8664
Every format
| HEX | #b0fdfe |
| RGB | rgb(176, 253, 254) |
| HSL | hsl(181, 98%, 84%) |
| CMYK | cmyk(31%, 0%, 0%, 0%) |
| LAB | lab(94.6 -23.2 -8.0) |
| LCH | lch(94.6 24.5 199.1) |
| OKLCH | oklch(0.945 0.075 197.0) |
Copy-ready code
/* CSS */
color: #b0fdfe;
background-color: #b0fdfe;
/* Tailwind (arbitrary) */
class="text-[#b0fdfe] bg-[#b0fdfe]"
/* SCSS */
$brand: #b0fdfe;
/* SwiftUI */
Color(red: 0.690, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#b0fdfe")Accessibility — WCAG contrast
Aa
#b0fdfe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fdfe on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.2%
Blue99.6%
CMYK percentages
Cyan30.7%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#b0fdfe text on a black background
contrast 18.33:1
Card sample
#b0fdfe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fdfe;
Background color
Panel with #b0fdfe background
background-color: #b0fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fdfe; background: linear-gradient(135deg, #b0fdfe, #B0C9FE);