#b0f2ff
a light, electric cyan · cool · closest name: skyblue
RGB
176, 242, 255
HSL
190°, 100%, 85%
CMYK
31, 5, 0, 0
Luminance
0.7995
Every format
| HEX | #b0f2ff |
| RGB | rgb(176, 242, 255) |
| HSL | hsl(190, 100%, 85%) |
| CMYK | cmyk(31%, 5%, 0%, 0%) |
| LAB | lab(91.7 -17.5 -12.9) |
| LCH | lch(91.7 21.8 216.3) |
| OKLCH | oklch(0.921 0.068 211.1) |
Copy-ready code
/* CSS */
color: #b0f2ff;
background-color: #b0f2ff;
/* Tailwind (arbitrary) */
class="text-[#b0f2ff] bg-[#b0f2ff]"
/* SCSS */
$brand: #b0f2ff;
/* SwiftUI */
Color(red: 0.690, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#b0f2ff")Accessibility — WCAG contrast
Aa
#b0f2ff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f2ff on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.9%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b0f2ff text on a black background
contrast 16.99:1
Card sample
#b0f2ff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f2ff;
Background color
Panel with #b0f2ff background
background-color: #b0f2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f2ff; background: linear-gradient(135deg, #b0f2ff, #B0BDFF);