#b3eeff
a pale, electric cyan · cool · closest name: skyblue
RGB
179, 238, 255
HSL
193°, 100%, 85%
CMYK
30, 7, 0, 0
Luminance
0.7795
Every format
| HEX | #b3eeff |
| RGB | rgb(179, 238, 255) |
| HSL | hsl(193, 100%, 85%) |
| CMYK | cmyk(30%, 7%, 0%, 0%) |
| LAB | lab(90.8 -14.7 -14.2) |
| LCH | lch(90.8 20.4 224.0) |
| OKLCH | oklch(0.915 0.064 217.4) |
Copy-ready code
/* CSS */
color: #b3eeff;
background-color: #b3eeff;
/* Tailwind (arbitrary) */
class="text-[#b3eeff] bg-[#b3eeff]"
/* SCSS */
$brand: #b3eeff;
/* SwiftUI */
Color(red: 0.702, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#b3eeff")Accessibility — WCAG contrast
Aa
#b3eeff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3eeff on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green93.3%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b3eeff text on a black background
contrast 16.59:1
Card sample
#b3eeff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3eeff;
Background color
Panel with #b3eeff background
background-color: #b3eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3eeff; background: linear-gradient(135deg, #b3eeff, #B3BBFF);