#b2faff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 250, 255
HSL
184°, 100%, 85%
CMYK
30, 2, 0, 0
Luminance
0.8506
Every format
| HEX | #b2faff |
| RGB | rgb(178, 250, 255) |
| HSL | hsl(184, 100%, 85%) |
| CMYK | cmyk(30%, 2%, 0%, 0%) |
| LAB | lab(93.9 -20.9 -9.5) |
| LCH | lch(93.9 23.0 204.5) |
| OKLCH | oklch(0.940 0.071 201.5) |
Copy-ready code
/* CSS */
color: #b2faff;
background-color: #b2faff;
/* Tailwind (arbitrary) */
class="text-[#b2faff] bg-[#b2faff]"
/* SCSS */
$brand: #b2faff;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#b2faff")Accessibility — WCAG contrast
Aa
#b2faff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2faff on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b2faff text on a black background
contrast 18.01:1
Card sample
#b2faff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2faff;
Background color
Panel with #b2faff background
background-color: #b2faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2faff; background: linear-gradient(135deg, #b2faff, #B2C7FF);