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