#b0ddfe
a light, electric blue · cool · closest name: skyblue
RGB
176, 221, 254
HSL
205°, 98%, 84%
CMYK
31, 13, 0, 0
Luminance
0.6810
Every format
| HEX | #b0ddfe |
| RGB | rgb(176, 221, 254) |
| HSL | hsl(205, 98%, 84%) |
| CMYK | cmyk(31%, 13%, 0%, 0%) |
| LAB | lab(86.0 -7.1 -20.8) |
| LCH | lch(86.0 22.0 251.2) |
| OKLCH | oklch(0.877 0.066 240.3) |
Copy-ready code
/* CSS */
color: #b0ddfe;
background-color: #b0ddfe;
/* Tailwind (arbitrary) */
class="text-[#b0ddfe] bg-[#b0ddfe]"
/* SCSS */
$brand: #b0ddfe;
/* SwiftUI */
Color(red: 0.690, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#b0ddfe")Accessibility — WCAG contrast
Aa
#b0ddfe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ddfe on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green86.7%
Blue99.6%
CMYK percentages
Cyan30.7%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#b0ddfe text on a black background
contrast 14.62:1
Card sample
#b0ddfe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ddfe;
Background color
Panel with #b0ddfe background
background-color: #b0ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ddfe; background: linear-gradient(135deg, #b0ddfe, #B7B0FE);