#b6ebfd
a pale, electric cyan · cool · closest name: skyblue
RGB
182, 235, 253
HSL
195°, 95%, 85%
CMYK
28, 7, 0, 1
Luminance
0.7645
Every format
| HEX | #b6ebfd |
| RGB | rgb(182, 235, 253) |
| HSL | hsl(195, 95%, 85%) |
| CMYK | cmyk(28%, 7%, 0%, 1%) |
| LAB | lab(90.1 -12.8 -14.2) |
| LCH | lch(90.1 19.1 227.9) |
| OKLCH | oklch(0.909 0.059 220.7) |
Copy-ready code
/* CSS */
color: #b6ebfd;
background-color: #b6ebfd;
/* Tailwind (arbitrary) */
class="text-[#b6ebfd] bg-[#b6ebfd]"
/* SCSS */
$brand: #b6ebfd;
/* SwiftUI */
Color(red: 0.714, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#b6ebfd")Accessibility — WCAG contrast
Aa
#b6ebfd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ebfd on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green92.2%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b6ebfd text on a black background
contrast 16.29:1
Card sample
#b6ebfd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ebfd;
Background color
Panel with #b6ebfd background
background-color: #b6ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ebfd; background: linear-gradient(135deg, #b6ebfd, #B6BCFD);