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