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