#95bafd
a light, electric blue · cool · closest name: steelblue
RGB
149, 186, 253
HSL
219°, 96%, 79%
CMYK
41, 27, 0, 1
Luminance
0.4860
Every format
| HEX | #95bafd |
| RGB | rgb(149, 186, 253) |
| HSL | hsl(219, 96%, 79%) |
| CMYK | cmyk(41%, 27%, 0%, 1%) |
| LAB | lab(75.2 4.2 -37.0) |
| LCH | lch(75.2 37.3 276.4) |
| OKLCH | oklch(0.787 0.104 261.9) |
Copy-ready code
/* CSS */
color: #95bafd;
background-color: #95bafd;
/* Tailwind (arbitrary) */
class="text-[#95bafd] bg-[#95bafd]"
/* SCSS */
$brand: #95bafd;
/* SwiftUI */
Color(red: 0.584, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#95bafd")Accessibility — WCAG contrast
Aa
#95bafd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bafd on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#95bafd text on a black background
contrast 10.72:1
Card sample
#95bafd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bafd;
Background color
Panel with #95bafd background
background-color: #95bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bafd; background: linear-gradient(135deg, #95bafd, #B595FD);