#b6ebfe
a pale, electric cyan · cool · closest name: skyblue
RGB
182, 235, 254
HSL
196°, 97%, 86%
CMYK
28, 8, 0, 0
Luminance
0.7652
Every format
| HEX | #b6ebfe |
| RGB | rgb(182, 235, 254) |
| HSL | hsl(196, 97%, 86%) |
| CMYK | cmyk(28%, 8%, 0%, 0%) |
| LAB | lab(90.1 -12.6 -14.7) |
| LCH | lch(90.1 19.3 229.3) |
| OKLCH | oklch(0.910 0.060 221.9) |
Copy-ready code
/* CSS */
color: #b6ebfe;
background-color: #b6ebfe;
/* Tailwind (arbitrary) */
class="text-[#b6ebfe] bg-[#b6ebfe]"
/* SCSS */
$brand: #b6ebfe;
/* SwiftUI */
Color(red: 0.714, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#b6ebfe")Accessibility — WCAG contrast
Aa
#b6ebfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ebfe on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green92.2%
Blue99.6%
CMYK percentages
Cyan28.3%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b6ebfe text on a black background
contrast 16.30:1
Card sample
#b6ebfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ebfe;
Background color
Panel with #b6ebfe background
background-color: #b6ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ebfe; background: linear-gradient(135deg, #b6ebfe, #B6BBFE);