#b2c8f2
a light, vivid blue · cool · closest name: skyblue
RGB
178, 200, 242
HSL
219°, 71%, 82%
CMYK
26, 17, 0, 5
Luminance
0.5718
Every format
| HEX | #b2c8f2 |
| RGB | rgb(178, 200, 242) |
| HSL | hsl(219, 71%, 82%) |
| CMYK | cmyk(26%, 17%, 0%, 5%) |
| LAB | lab(80.3 1.7 -23.2) |
| LCH | lch(80.3 23.2 274.3) |
| OKLCH | oklch(0.831 0.064 263.3) |
Copy-ready code
/* CSS */
color: #b2c8f2;
background-color: #b2c8f2;
/* Tailwind (arbitrary) */
class="text-[#b2c8f2] bg-[#b2c8f2]"
/* SCSS */
$brand: #b2c8f2;
/* SwiftUI */
Color(red: 0.698, green: 0.784, blue: 0.949)
/* Android */
Color.parseColor("#b2c8f2")Accessibility — WCAG contrast
Aa
#b2c8f2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c8f2 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.4%
Blue94.9%
CMYK percentages
Cyan26.4%
Magenta17.4%
Yellow0.0%
Key (black)5.1%
Color previews
#b2c8f2 text on a black background
contrast 12.44:1
Card sample
#b2c8f2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c8f2;
Background color
Panel with #b2c8f2 background
background-color: #b2c8f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c8f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 200, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 200, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c8f2; background: linear-gradient(135deg, #b2c8f2, #C7B2F2);