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