#b2c0fd
a light, electric blue · warm · closest name: skyblue
RGB
178, 192, 253
HSL
229°, 95%, 85%
CMYK
30, 24, 0, 1
Luminance
0.5426
Every format
| HEX | #b2c0fd |
| RGB | rgb(178, 192, 253) |
| HSL | hsl(229, 95%, 85%) |
| CMYK | cmyk(30%, 24%, 0%, 1%) |
| LAB | lab(78.6 8.7 -31.6) |
| LCH | lch(78.6 32.8 285.4) |
| OKLCH | oklch(0.819 0.087 274.3) |
Copy-ready code
/* CSS */
color: #b2c0fd;
background-color: #b2c0fd;
/* Tailwind (arbitrary) */
class="text-[#b2c0fd] bg-[#b2c0fd]"
/* SCSS */
$brand: #b2c0fd;
/* SwiftUI */
Color(red: 0.698, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#b2c0fd")Accessibility — WCAG contrast
Aa
#b2c0fd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c0fd on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green75.3%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b2c0fd text on a black background
contrast 11.85:1
Card sample
#b2c0fd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c0fd;
Background color
Panel with #b2c0fd background
background-color: #b2c0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c0fd; background: linear-gradient(135deg, #b2c0fd, #D6B2FD);