#b2d2fe
a light, electric blue · cool · closest name: skyblue
RGB
178, 210, 254
HSL
215°, 97%, 85%
CMYK
30, 17, 0, 0
Luminance
0.6271
Every format
| HEX | #b2d2fe |
| RGB | rgb(178, 210, 254) |
| HSL | hsl(215, 97%, 85%) |
| CMYK | cmyk(30%, 17%, 0%, 0%) |
| LAB | lab(83.3 -0.8 -25.0) |
| LCH | lch(83.3 25.0 268.3) |
| OKLCH | oklch(0.855 0.071 256.4) |
Copy-ready code
/* CSS */
color: #b2d2fe;
background-color: #b2d2fe;
/* Tailwind (arbitrary) */
class="text-[#b2d2fe] bg-[#b2d2fe]"
/* SCSS */
$brand: #b2d2fe;
/* SwiftUI */
Color(red: 0.698, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#b2d2fe")Accessibility — WCAG contrast
Aa
#b2d2fe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d2fe on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.4%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#b2d2fe text on a black background
contrast 13.54:1
Card sample
#b2d2fe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d2fe;
Background color
Panel with #b2d2fe background
background-color: #b2d2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d2fe; background: linear-gradient(135deg, #b2d2fe, #C5B2FE);