#b2fafa
a light, electric cyan · cool · closest name: skyblue
RGB
178, 250, 250
HSL
180°, 88%, 84%
CMYK
29, 0, 0, 2
Luminance
0.8474
Every format
| HEX | #b2fafa |
| RGB | rgb(178, 250, 250) |
| HSL | hsl(180, 88%, 84%) |
| CMYK | cmyk(29%, 0%, 0%, 2%) |
| LAB | lab(93.8 -22.1 -7.1) |
| LCH | lch(93.8 23.2 197.9) |
| OKLCH | oklch(0.938 0.071 196.0) |
Copy-ready code
/* CSS */
color: #b2fafa;
background-color: #b2fafa;
/* Tailwind (arbitrary) */
class="text-[#b2fafa] bg-[#b2fafa]"
/* SCSS */
$brand: #b2fafa;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 0.980)
/* Android */
Color.parseColor("#b2fafa")Accessibility — WCAG contrast
Aa
#b2fafa on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fafa on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue98.0%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow0.0%
Key (black)2.0%
Color previews
#b2fafa text on a black background
contrast 17.95:1
Card sample
#b2fafa text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fafa;
Background color
Panel with #b2fafa background
background-color: #b2fafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fafa; background: linear-gradient(135deg, #b2fafa, #B2CAFA);