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