#b3c2fe
a light, electric blue · warm · closest name: skyblue
RGB
179, 194, 254
HSL
228°, 97%, 85%
CMYK
30, 24, 0, 0
Luminance
0.5532
Every format
| HEX | #b3c2fe |
| RGB | rgb(179, 194, 254) |
| HSL | hsl(228, 97%, 85%) |
| CMYK | cmyk(30%, 24%, 0%, 0%) |
| LAB | lab(79.2 8.1 -31.2) |
| LCH | lch(79.2 32.2 284.6) |
| OKLCH | oklch(0.824 0.086 273.5) |
Copy-ready code
/* CSS */
color: #b3c2fe;
background-color: #b3c2fe;
/* Tailwind (arbitrary) */
class="text-[#b3c2fe] bg-[#b3c2fe]"
/* SCSS */
$brand: #b3c2fe;
/* SwiftUI */
Color(red: 0.702, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#b3c2fe")Accessibility — WCAG contrast
Aa
#b3c2fe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c2fe on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.1%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#b3c2fe text on a black background
contrast 12.06:1
Card sample
#b3c2fe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c2fe;
Background color
Panel with #b3c2fe background
background-color: #b3c2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c2fe; background: linear-gradient(135deg, #b3c2fe, #D6B3FE);