#b0d8ff
a light, electric blue · cool · closest name: skyblue
RGB
176, 216, 255
HSL
210°, 100%, 85%
CMYK
31, 15, 0, 0
Luminance
0.6556
Every format
| HEX | #b0d8ff |
| RGB | rgb(176, 216, 255) |
| HSL | hsl(210, 100%, 85%) |
| CMYK | cmyk(31%, 15%, 0%, 0%) |
| LAB | lab(84.8 -4.2 -23.3) |
| LCH | lch(84.8 23.6 259.7) |
| OKLCH | oklch(0.867 0.069 248.0) |
Copy-ready code
/* CSS */
color: #b0d8ff;
background-color: #b0d8ff;
/* Tailwind (arbitrary) */
class="text-[#b0d8ff] bg-[#b0d8ff]"
/* SCSS */
$brand: #b0d8ff;
/* SwiftUI */
Color(red: 0.690, green: 0.847, blue: 1.000)
/* Android */
Color.parseColor("#b0d8ff")Accessibility — WCAG contrast
Aa
#b0d8ff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d8ff on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green84.7%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta15.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b0d8ff text on a black background
contrast 14.11:1
Card sample
#b0d8ff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d8ff;
Background color
Panel with #b0d8ff background
background-color: #b0d8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 216, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 216, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d8ff; background: linear-gradient(135deg, #b0d8ff, #BDB0FF);