#b2daff
a light, electric blue · cool · closest name: skyblue
RGB
178, 218, 255
HSL
209°, 100%, 85%
CMYK
30, 15, 0, 0
Luminance
0.6683
Every format
| HEX | #b2daff |
| RGB | rgb(178, 218, 255) |
| HSL | hsl(209, 100%, 85%) |
| CMYK | cmyk(30%, 15%, 0%, 0%) |
| LAB | lab(85.4 -4.7 -22.3) |
| LCH | lch(85.4 22.8 258.0) |
| OKLCH | oklch(0.872 0.067 246.6) |
Copy-ready code
/* CSS */
color: #b2daff;
background-color: #b2daff;
/* Tailwind (arbitrary) */
class="text-[#b2daff] bg-[#b2daff]"
/* SCSS */
$brand: #b2daff;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#b2daff")Accessibility — WCAG contrast
Aa
#b2daff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2daff on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b2daff text on a black background
contrast 14.37:1
Card sample
#b2daff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2daff;
Background color
Panel with #b2daff background
background-color: #b2daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2daff; background: linear-gradient(135deg, #b2daff, #BDB2FF);