#b0fafd
a light, electric cyan · cool · closest name: skyblue
RGB
176, 250, 253
HSL
182°, 95%, 84%
CMYK
30, 1, 0, 1
Luminance
0.8469
Every format
| HEX | #b0fafd |
| RGB | rgb(176, 250, 253) |
| HSL | hsl(182, 95%, 84%) |
| CMYK | cmyk(30%, 1%, 0%, 1%) |
| LAB | lab(93.8 -21.9 -8.7) |
| LCH | lch(93.8 23.6 201.7) |
| OKLCH | oklch(0.938 0.073 199.2) |
Copy-ready code
/* CSS */
color: #b0fafd;
background-color: #b0fafd;
/* Tailwind (arbitrary) */
class="text-[#b0fafd] bg-[#b0fafd]"
/* SCSS */
$brand: #b0fafd;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#b0fafd")Accessibility — WCAG contrast
Aa
#b0fafd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fafd on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b0fafd text on a black background
contrast 17.94:1
Card sample
#b0fafd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fafd;
Background color
Panel with #b0fafd background
background-color: #b0fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fafd; background: linear-gradient(135deg, #b0fafd, #B0C7FD);