#b2ebff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 235, 255
HSL
196°, 100%, 85%
CMYK
30, 8, 0, 0
Luminance
0.7610
Every format
| HEX | #b2ebff |
| RGB | rgb(178, 235, 255) |
| HSL | hsl(196, 100%, 85%) |
| CMYK | cmyk(30%, 8%, 0%, 0%) |
| LAB | lab(89.9 -13.5 -15.5) |
| LCH | lch(89.9 20.5 229.0) |
| OKLCH | oklch(0.908 0.064 221.5) |
Copy-ready code
/* CSS */
color: #b2ebff;
background-color: #b2ebff;
/* Tailwind (arbitrary) */
class="text-[#b2ebff] bg-[#b2ebff]"
/* SCSS */
$brand: #b2ebff;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#b2ebff")Accessibility — WCAG contrast
Aa
#b2ebff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ebff on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b2ebff text on a black background
contrast 16.22:1
Card sample
#b2ebff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ebff;
Background color
Panel with #b2ebff background
background-color: #b2ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ebff; background: linear-gradient(135deg, #b2ebff, #B2B8FF);