#b0d2ff
a light, electric blue · cool · closest name: skyblue
RGB
176, 210, 255
HSL
214°, 100%, 85%
CMYK
31, 18, 0, 0
Luminance
0.6254
Every format
| HEX | #b0d2ff |
| RGB | rgb(176, 210, 255) |
| HSL | hsl(214, 100%, 85%) |
| CMYK | cmyk(31%, 18%, 0%, 0%) |
| LAB | lab(83.2 -1.1 -25.6) |
| LCH | lch(83.2 25.7 267.6) |
| OKLCH | oklch(0.855 0.073 255.6) |
Copy-ready code
/* CSS */
color: #b0d2ff;
background-color: #b0d2ff;
/* Tailwind (arbitrary) */
class="text-[#b0d2ff] bg-[#b0d2ff]"
/* SCSS */
$brand: #b0d2ff;
/* SwiftUI */
Color(red: 0.690, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#b0d2ff")Accessibility — WCAG contrast
Aa
#b0d2ff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0d2ff on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green82.4%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b0d2ff text on a black background
contrast 13.51:1
Card sample
#b0d2ff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0d2ff;
Background color
Panel with #b0d2ff background
background-color: #b0d2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0d2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d2ff; background: linear-gradient(135deg, #b0d2ff, #C3B0FF);