#b2c2f0
a light, vivid blue · cool · closest name: skyblue
RGB
178, 194, 240
HSL
225°, 67%, 82%
CMYK
26, 19, 0, 6
Luminance
0.5434
Every format
| HEX | #b2c2f0 |
| RGB | rgb(178, 194, 240) |
| HSL | hsl(225, 67%, 82%) |
| CMYK | cmyk(26%, 19%, 0%, 6%) |
| LAB | lab(78.7 4.5 -24.6) |
| LCH | lch(78.7 25.0 280.4) |
| OKLCH | oklch(0.818 0.067 269.9) |
Copy-ready code
/* CSS */
color: #b2c2f0;
background-color: #b2c2f0;
/* Tailwind (arbitrary) */
class="text-[#b2c2f0] bg-[#b2c2f0]"
/* SCSS */
$brand: #b2c2f0;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.941)
/* Android */
Color.parseColor("#b2c2f0")Accessibility — WCAG contrast
Aa
#b2c2f0 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c2f0 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.1%
Blue94.1%
CMYK percentages
Cyan25.8%
Magenta19.2%
Yellow0.0%
Key (black)5.9%
Color previews
#b2c2f0 text on a black background
contrast 11.87:1
Card sample
#b2c2f0 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c2f0;
Background color
Panel with #b2c2f0 background
background-color: #b2c2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 194, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2f0; background: linear-gradient(135deg, #b2c2f0, #CBB2F0);