#95bcfd
a light, electric blue · cool · closest name: skyblue
RGB
149, 188, 253
HSL
218°, 96%, 79%
CMYK
41, 26, 0, 1
Luminance
0.4945
Every format
| HEX | #95bcfd |
| RGB | rgb(149, 188, 253) |
| HSL | hsl(218, 96%, 79%) |
| CMYK | cmyk(41%, 26%, 0%, 1%) |
| LAB | lab(75.7 3.1 -36.2) |
| LCH | lch(75.7 36.3 274.9) |
| OKLCH | oklch(0.791 0.102 260.4) |
Copy-ready code
/* CSS */
color: #95bcfd;
background-color: #95bcfd;
/* Tailwind (arbitrary) */
class="text-[#95bcfd] bg-[#95bcfd]"
/* SCSS */
$brand: #95bcfd;
/* SwiftUI */
Color(red: 0.584, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#95bcfd")Accessibility — WCAG contrast
Aa
#95bcfd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bcfd on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green73.7%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#95bcfd text on a black background
contrast 10.89:1
Card sample
#95bcfd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bcfd;
Background color
Panel with #95bcfd background
background-color: #95bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bcfd; background: linear-gradient(135deg, #95bcfd, #B395FD);