#b2c8f0
a light, vivid blue · cool · closest name: skyblue
RGB
178, 200, 240
HSL
219°, 67%, 82%
CMYK
26, 17, 0, 6
Luminance
0.5706
Every format
| HEX | #b2c8f0 |
| RGB | rgb(178, 200, 240) |
| HSL | hsl(219, 67%, 82%) |
| CMYK | cmyk(26%, 17%, 0%, 6%) |
| LAB | lab(80.2 1.3 -22.2) |
| LCH | lch(80.2 22.2 273.3) |
| OKLCH | oklch(0.830 0.061 262.4) |
Copy-ready code
/* CSS */
color: #b2c8f0;
background-color: #b2c8f0;
/* Tailwind (arbitrary) */
class="text-[#b2c8f0] bg-[#b2c8f0]"
/* SCSS */
$brand: #b2c8f0;
/* SwiftUI */
Color(red: 0.698, green: 0.784, blue: 0.941)
/* Android */
Color.parseColor("#b2c8f0")Accessibility — WCAG contrast
Aa
#b2c8f0 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c8f0 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.4%
Blue94.1%
CMYK percentages
Cyan25.8%
Magenta16.7%
Yellow0.0%
Key (black)5.9%
Color previews
#b2c8f0 text on a black background
contrast 12.41:1
Card sample
#b2c8f0 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c8f0;
Background color
Panel with #b2c8f0 background
background-color: #b2c8f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c8f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 200, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 200, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c8f0; background: linear-gradient(135deg, #b2c8f0, #C5B2F0);