#b3eef9
a light, electric cyan · cool · closest name: skyblue
RGB
179, 238, 249
HSL
189°, 85%, 84%
CMYK
28, 4, 0, 2
Luminance
0.7757
Every format
| HEX | #b3eef9 |
| RGB | rgb(179, 238, 249) |
| HSL | hsl(189, 85%, 84%) |
| CMYK | cmyk(28%, 4%, 0%, 2%) |
| LAB | lab(90.6 -16.1 -11.3) |
| LCH | lch(90.6 19.7 215.2) |
| OKLCH | oklch(0.913 0.061 210.3) |
Copy-ready code
/* CSS */
color: #b3eef9;
background-color: #b3eef9;
/* Tailwind (arbitrary) */
class="text-[#b3eef9] bg-[#b3eef9]"
/* SCSS */
$brand: #b3eef9;
/* SwiftUI */
Color(red: 0.702, green: 0.933, blue: 0.976)
/* Android */
Color.parseColor("#b3eef9")Accessibility — WCAG contrast
Aa
#b3eef9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3eef9 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green93.3%
Blue97.6%
CMYK percentages
Cyan28.1%
Magenta4.4%
Yellow0.0%
Key (black)2.4%
Color previews
#b3eef9 text on a black background
contrast 16.51:1
Card sample
#b3eef9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3eef9;
Background color
Panel with #b3eef9 background
background-color: #b3eef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3eef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 238, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 238, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3eef9; background: linear-gradient(135deg, #b3eef9, #B3BFF9);