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