#b2dbfc
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 252
HSL
207°, 93%, 84%
CMYK
29, 13, 0, 1
Luminance
0.6716
Every format
| HEX | #b2dbfc |
| RGB | rgb(178, 219, 252) |
| HSL | hsl(207, 93%, 84%) |
| CMYK | cmyk(29%, 13%, 0%, 1%) |
| LAB | lab(85.6 -6.0 -20.4) |
| LCH | lch(85.6 21.3 253.7) |
| OKLCH | oklch(0.873 0.063 242.8) |
Copy-ready code
/* CSS */
color: #b2dbfc;
background-color: #b2dbfc;
/* Tailwind (arbitrary) */
class="text-[#b2dbfc] bg-[#b2dbfc]"
/* SCSS */
$brand: #b2dbfc;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#b2dbfc")Accessibility — WCAG contrast
Aa
#b2dbfc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbfc on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#b2dbfc text on a black background
contrast 14.43:1
Card sample
#b2dbfc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbfc;
Background color
Panel with #b2dbfc background
background-color: #b2dbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbfc; background: linear-gradient(135deg, #b2dbfc, #BAB2FC);