#b2f0fe
a light, electric cyan · cool · closest name: skyblue
RGB
178, 240, 254
HSL
191°, 97%, 85%
CMYK
30, 6, 0, 0
Luminance
0.7894
Every format
| HEX | #b2f0fe |
| RGB | rgb(178, 240, 254) |
| HSL | hsl(191, 97%, 85%) |
| CMYK | cmyk(30%, 6%, 0%, 0%) |
| LAB | lab(91.2 -16.2 -13.0) |
| LCH | lch(91.2 20.8 218.8) |
| OKLCH | oklch(0.918 0.065 213.2) |
Copy-ready code
/* CSS */
color: #b2f0fe;
background-color: #b2f0fe;
/* Tailwind (arbitrary) */
class="text-[#b2f0fe] bg-[#b2f0fe]"
/* SCSS */
$brand: #b2f0fe;
/* SwiftUI */
Color(red: 0.698, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#b2f0fe")Accessibility — WCAG contrast
Aa
#b2f0fe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f0fe on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.1%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b2f0fe text on a black background
contrast 16.79:1
Card sample
#b2f0fe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f0fe;
Background color
Panel with #b2f0fe background
background-color: #b2f0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f0fe; background: linear-gradient(135deg, #b2f0fe, #B2BDFE);