#b2fdff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 253, 255
HSL
182°, 100%, 85%
CMYK
30, 1, 0, 0
Luminance
0.8694
Every format
| HEX | #b2fdff |
| RGB | rgb(178, 253, 255) |
| HSL | hsl(182, 100%, 85%) |
| CMYK | cmyk(30%, 1%, 0%, 0%) |
| LAB | lab(94.7 -22.4 -8.3) |
| LCH | lch(94.7 23.9 200.4) |
| OKLCH | oklch(0.946 0.074 198.1) |
Copy-ready code
/* CSS */
color: #b2fdff;
background-color: #b2fdff;
/* Tailwind (arbitrary) */
class="text-[#b2fdff] bg-[#b2fdff]"
/* SCSS */
$brand: #b2fdff;
/* SwiftUI */
Color(red: 0.698, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#b2fdff")Accessibility — WCAG contrast
Aa
#b2fdff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fdff on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.2%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b2fdff text on a black background
contrast 18.39:1
Card sample
#b2fdff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fdff;
Background color
Panel with #b2fdff background
background-color: #b2fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fdff; background: linear-gradient(135deg, #b2fdff, #B2CAFF);