#b3ddfe
a light, electric blue · cool · closest name: skyblue
RGB
179, 221, 254
HSL
206°, 97%, 85%
CMYK
30, 13, 0, 0
Luminance
0.6845
Every format
| HEX | #b3ddfe |
| RGB | rgb(179, 221, 254) |
| HSL | hsl(206, 97%, 85%) |
| CMYK | cmyk(30%, 13%, 0%, 0%) |
| LAB | lab(86.2 -6.3 -20.5) |
| LCH | lch(86.2 21.4 253.0) |
| OKLCH | oklch(0.879 0.064 242.1) |
Copy-ready code
/* CSS */
color: #b3ddfe;
background-color: #b3ddfe;
/* Tailwind (arbitrary) */
class="text-[#b3ddfe] bg-[#b3ddfe]"
/* SCSS */
$brand: #b3ddfe;
/* SwiftUI */
Color(red: 0.702, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#b3ddfe")Accessibility — WCAG contrast
Aa
#b3ddfe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ddfe on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green86.7%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#b3ddfe text on a black background
contrast 14.69:1
Card sample
#b3ddfe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ddfe;
Background color
Panel with #b3ddfe background
background-color: #b3ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ddfe; background: linear-gradient(135deg, #b3ddfe, #BBB3FE);