#b2d7ff
a light, electric blue · cool · closest name: skyblue
RGB
178, 215, 255
HSL
211°, 100%, 85%
CMYK
30, 16, 0, 0
Luminance
0.6529
Every format
| HEX | #b2d7ff |
| RGB | rgb(178, 215, 255) |
| HSL | hsl(211, 100%, 85%) |
| CMYK | cmyk(30%, 16%, 0%, 0%) |
| LAB | lab(84.6 -3.2 -23.5) |
| LCH | lch(84.6 23.7 262.3) |
| OKLCH | oklch(0.866 0.068 250.6) |
Copy-ready code
/* CSS */
color: #b2d7ff;
background-color: #b2d7ff;
/* Tailwind (arbitrary) */
class="text-[#b2d7ff] bg-[#b2d7ff]"
/* SCSS */
$brand: #b2d7ff;
/* SwiftUI */
Color(red: 0.698, green: 0.843, blue: 1.000)
/* Android */
Color.parseColor("#b2d7ff")Accessibility — WCAG contrast
Aa
#b2d7ff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d7ff on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green84.3%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta15.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b2d7ff text on a black background
contrast 14.06:1
Card sample
#b2d7ff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d7ff;
Background color
Panel with #b2d7ff background
background-color: #b2d7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 215, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 215, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d7ff; background: linear-gradient(135deg, #b2d7ff, #C0B2FF);