#b2d1f0
a light, vivid blue · cool · closest name: skyblue
RGB
178, 209, 240
HSL
210°, 67%, 82%
CMYK
26, 13, 0, 6
Luminance
0.6136
Every format
| HEX | #b2d1f0 |
| RGB | rgb(178, 209, 240) |
| HSL | hsl(210, 67%, 82%) |
| CMYK | cmyk(26%, 13%, 0%, 6%) |
| LAB | lab(82.6 -3.5 -18.6) |
| LCH | lch(82.6 19.0 259.3) |
| OKLCH | oklch(0.848 0.055 248.5) |
Copy-ready code
/* CSS */
color: #b2d1f0;
background-color: #b2d1f0;
/* Tailwind (arbitrary) */
class="text-[#b2d1f0] bg-[#b2d1f0]"
/* SCSS */
$brand: #b2d1f0;
/* SwiftUI */
Color(red: 0.698, green: 0.820, blue: 0.941)
/* Android */
Color.parseColor("#b2d1f0")Accessibility — WCAG contrast
Aa
#b2d1f0 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d1f0 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.0%
Blue94.1%
CMYK percentages
Cyan25.8%
Magenta12.9%
Yellow0.0%
Key (black)5.9%
Color previews
#b2d1f0 text on a black background
contrast 13.27:1
Card sample
#b2d1f0 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d1f0;
Background color
Panel with #b2d1f0 background
background-color: #b2d1f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d1f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 209, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 209, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d1f0; background: linear-gradient(135deg, #b2d1f0, #BCB2F0);