#b3eaf9
a light, electric cyan · cool · closest name: skyblue
RGB
179, 234, 249
HSL
193°, 85%, 84%
CMYK
28, 6, 0, 2
Luminance
0.7527
Every format
| HEX | #b3eaf9 |
| RGB | rgb(179, 234, 249) |
| HSL | hsl(193, 85%, 84%) |
| CMYK | cmyk(28%, 6%, 0%, 2%) |
| LAB | lab(89.5 -14.1 -12.9) |
| LCH | lch(89.5 19.1 222.6) |
| OKLCH | oklch(0.904 0.059 216.3) |
Copy-ready code
/* CSS */
color: #b3eaf9;
background-color: #b3eaf9;
/* Tailwind (arbitrary) */
class="text-[#b3eaf9] bg-[#b3eaf9]"
/* SCSS */
$brand: #b3eaf9;
/* SwiftUI */
Color(red: 0.702, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#b3eaf9")Accessibility — WCAG contrast
Aa
#b3eaf9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3eaf9 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green91.8%
Blue97.6%
CMYK percentages
Cyan28.1%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#b3eaf9 text on a black background
contrast 16.05:1
Card sample
#b3eaf9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3eaf9;
Background color
Panel with #b3eaf9 background
background-color: #b3eaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3eaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3eaf9; background: linear-gradient(135deg, #b3eaf9, #B3BBF9);