#b2c2f3
a light, vivid blue · warm · closest name: skyblue
RGB
178, 194, 243
HSL
225°, 73%, 83%
CMYK
27, 20, 0, 5
Luminance
0.5452
Every format
| HEX | #b2c2f3 |
| RGB | rgb(178, 194, 243) |
| HSL | hsl(225, 73%, 83%) |
| CMYK | cmyk(27%, 20%, 0%, 5%) |
| LAB | lab(78.8 5.2 -26.0) |
| LCH | lch(78.8 26.5 281.3) |
| OKLCH | oklch(0.819 0.071 270.7) |
Copy-ready code
/* CSS */
color: #b2c2f3;
background-color: #b2c2f3;
/* Tailwind (arbitrary) */
class="text-[#b2c2f3] bg-[#b2c2f3]"
/* SCSS */
$brand: #b2c2f3;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.953)
/* Android */
Color.parseColor("#b2c2f3")Accessibility — WCAG contrast
Aa
#b2c2f3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c2f3 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.1%
Blue95.3%
CMYK percentages
Cyan26.7%
Magenta20.2%
Yellow0.0%
Key (black)4.7%
Color previews
#b2c2f3 text on a black background
contrast 11.90:1
Card sample
#b2c2f3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c2f3;
Background color
Panel with #b2c2f3 background
background-color: #b2c2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 194, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2f3; background: linear-gradient(135deg, #b2c2f3, #CDB2F3);