#95bdf8
a light, electric blue · cool · closest name: skyblue
RGB
149, 189, 248
HSL
216°, 88%, 78%
CMYK
40, 24, 0, 3
Luminance
0.4956
Every format
| HEX | #95bdf8 |
| RGB | rgb(149, 189, 248) |
| HSL | hsl(216, 88%, 78%) |
| CMYK | cmyk(40%, 24%, 0%, 3%) |
| LAB | lab(75.8 1.2 -33.4) |
| LCH | lch(75.8 33.4 272.0) |
| OKLCH | oklch(0.791 0.095 258.0) |
Copy-ready code
/* CSS */
color: #95bdf8;
background-color: #95bdf8;
/* Tailwind (arbitrary) */
class="text-[#95bdf8] bg-[#95bdf8]"
/* SCSS */
$brand: #95bdf8;
/* SwiftUI */
Color(red: 0.584, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#95bdf8")Accessibility — WCAG contrast
Aa
#95bdf8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bdf8 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green74.1%
Blue97.3%
CMYK percentages
Cyan39.9%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#95bdf8 text on a black background
contrast 10.91:1
Card sample
#95bdf8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bdf8;
Background color
Panel with #95bdf8 background
background-color: #95bdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bdf8; background: linear-gradient(135deg, #95bdf8, #AF95F8);