#b0f6ff
a light, electric cyan · cool · closest name: skyblue
RGB
176, 246, 255
HSL
187°, 100%, 85%
CMYK
31, 4, 0, 0
Luminance
0.8236
Every format
| HEX | #b0f6ff |
| RGB | rgb(176, 246, 255) |
| HSL | hsl(187, 100%, 85%) |
| CMYK | cmyk(31%, 4%, 0%, 0%) |
| LAB | lab(92.7 -19.5 -11.3) |
| LCH | lch(92.7 22.5 210.0) |
| OKLCH | oklch(0.930 0.070 206.0) |
Copy-ready code
/* CSS */
color: #b0f6ff;
background-color: #b0f6ff;
/* Tailwind (arbitrary) */
class="text-[#b0f6ff] bg-[#b0f6ff]"
/* SCSS */
$brand: #b0f6ff;
/* SwiftUI */
Color(red: 0.690, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#b0f6ff")Accessibility — WCAG contrast
Aa
#b0f6ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f6ff on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.5%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b0f6ff text on a black background
contrast 17.47:1
Card sample
#b0f6ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f6ff;
Background color
Panel with #b0f6ff background
background-color: #b0f6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f6ff; background: linear-gradient(135deg, #b0f6ff, #B0C1FF);