#95bdfd
a light, electric blue · cool · closest name: skyblue
RGB
149, 189, 253
HSL
217°, 96%, 79%
CMYK
41, 25, 0, 1
Luminance
0.4988
Every format
| HEX | #95bdfd |
| RGB | rgb(149, 189, 253) |
| HSL | hsl(217, 96%, 79%) |
| CMYK | cmyk(41%, 25%, 0%, 1%) |
| LAB | lab(76.0 2.5 -35.8) |
| LCH | lch(76.0 35.9 274.0) |
| OKLCH | oklch(0.794 0.101 259.6) |
Copy-ready code
/* CSS */
color: #95bdfd;
background-color: #95bdfd;
/* Tailwind (arbitrary) */
class="text-[#95bdfd] bg-[#95bdfd]"
/* SCSS */
$brand: #95bdfd;
/* SwiftUI */
Color(red: 0.584, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#95bdfd")Accessibility — WCAG contrast
Aa
#95bdfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bdfd on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#95bdfd text on a black background
contrast 10.98:1
Card sample
#95bdfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bdfd;
Background color
Panel with #95bdfd background
background-color: #95bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bdfd; background: linear-gradient(135deg, #95bdfd, #B295FD);