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