#b0dfff
a light, electric blue · cool · closest name: skyblue
RGB
176, 223, 255
HSL
204°, 100%, 85%
CMYK
31, 13, 0, 0
Luminance
0.6923
Every format
| HEX | #b0dfff |
| RGB | rgb(176, 223, 255) |
| HSL | hsl(204, 100%, 85%) |
| CMYK | cmyk(31%, 13%, 0%, 0%) |
| LAB | lab(86.6 -7.9 -20.5) |
| LCH | lch(86.6 21.9 248.9) |
| OKLCH | oklch(0.881 0.066 238.3) |
Copy-ready code
/* CSS */
color: #b0dfff;
background-color: #b0dfff;
/* Tailwind (arbitrary) */
class="text-[#b0dfff] bg-[#b0dfff]"
/* SCSS */
$brand: #b0dfff;
/* SwiftUI */
Color(red: 0.690, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#b0dfff")Accessibility — WCAG contrast
Aa
#b0dfff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dfff on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.5%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b0dfff text on a black background
contrast 14.85:1
Card sample
#b0dfff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dfff;
Background color
Panel with #b0dfff background
background-color: #b0dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dfff; background: linear-gradient(135deg, #b0dfff, #B6B0FF);