#b0fdff
a light, electric cyan · cool · closest name: skyblue
RGB
176, 253, 255
HSL
182°, 100%, 85%
CMYK
31, 1, 0, 0
Luminance
0.8670
Every format
| HEX | #b0fdff |
| RGB | rgb(176, 253, 255) |
| HSL | hsl(182, 100%, 85%) |
| CMYK | cmyk(31%, 1%, 0%, 0%) |
| LAB | lab(94.6 -22.9 -8.5) |
| LCH | lch(94.6 24.4 200.3) |
| OKLCH | oklch(0.945 0.075 198.0) |
Copy-ready code
/* CSS */
color: #b0fdff;
background-color: #b0fdff;
/* Tailwind (arbitrary) */
class="text-[#b0fdff] bg-[#b0fdff]"
/* SCSS */
$brand: #b0fdff;
/* SwiftUI */
Color(red: 0.690, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#b0fdff")Accessibility — WCAG contrast
Aa
#b0fdff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fdff on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.2%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b0fdff text on a black background
contrast 18.34:1
Card sample
#b0fdff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fdff;
Background color
Panel with #b0fdff background
background-color: #b0fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fdff; background: linear-gradient(135deg, #b0fdff, #B0C8FF);