#b2f0fc
a light, electric cyan · cool · closest name: skyblue
RGB
178, 240, 252
HSL
190°, 93%, 84%
CMYK
29, 5, 0, 1
Luminance
0.7881
Every format
| HEX | #b2f0fc |
| RGB | rgb(178, 240, 252) |
| HSL | hsl(190, 93%, 84%) |
| CMYK | cmyk(29%, 5%, 0%, 1%) |
| LAB | lab(91.2 -16.7 -12.1) |
| LCH | lch(91.2 20.6 215.9) |
| OKLCH | oklch(0.917 0.064 210.8) |
Copy-ready code
/* CSS */
color: #b2f0fc;
background-color: #b2f0fc;
/* Tailwind (arbitrary) */
class="text-[#b2f0fc] bg-[#b2f0fc]"
/* SCSS */
$brand: #b2f0fc;
/* SwiftUI */
Color(red: 0.698, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#b2f0fc")Accessibility — WCAG contrast
Aa
#b2f0fc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f0fc on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.1%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#b2f0fc text on a black background
contrast 16.76:1
Card sample
#b2f0fc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f0fc;
Background color
Panel with #b2f0fc background
background-color: #b2f0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f0fc; background: linear-gradient(135deg, #b2f0fc, #B2BFFC);