#b3dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
179, 223, 238
HSL
195°, 63%, 82%
CMYK
25, 6, 0, 7
Luminance
0.6853
Every format
| HEX | #b3dfee |
| RGB | rgb(179, 223, 238) |
| HSL | hsl(195, 63%, 82%) |
| CMYK | cmyk(25%, 6%, 0%, 7%) |
| LAB | lab(86.3 -10.9 -12.0) |
| LCH | lch(86.3 16.2 227.6) |
| OKLCH | oklch(0.877 0.050 220.6) |
Copy-ready code
/* CSS */
color: #b3dfee;
background-color: #b3dfee;
/* Tailwind (arbitrary) */
class="text-[#b3dfee] bg-[#b3dfee]"
/* SCSS */
$brand: #b3dfee;
/* SwiftUI */
Color(red: 0.702, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b3dfee")Accessibility — WCAG contrast
Aa
#b3dfee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dfee on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.5%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b3dfee text on a black background
contrast 14.71:1
Card sample
#b3dfee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dfee;
Background color
Panel with #b3dfee background
background-color: #b3dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dfee; background: linear-gradient(135deg, #b3dfee, #B3B8EE);