#95b2fd
a light, electric blue · cool · closest name: steelblue
RGB
149, 178, 253
HSL
223°, 96%, 79%
CMYK
41, 30, 0, 1
Luminance
0.4532
Every format
| HEX | #95b2fd |
| RGB | rgb(149, 178, 253) |
| HSL | hsl(223, 96%, 79%) |
| CMYK | cmyk(41%, 30%, 0%, 1%) |
| LAB | lab(73.1 8.6 -40.3) |
| LCH | lch(73.1 41.2 282.1) |
| OKLCH | oklch(0.771 0.113 267.6) |
Copy-ready code
/* CSS */
color: #95b2fd;
background-color: #95b2fd;
/* Tailwind (arbitrary) */
class="text-[#95b2fd] bg-[#95b2fd]"
/* SCSS */
$brand: #95b2fd;
/* SwiftUI */
Color(red: 0.584, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#95b2fd")Accessibility — WCAG contrast
Aa
#95b2fd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95b2fd on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green69.8%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#95b2fd text on a black background
contrast 10.06:1
Card sample
#95b2fd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95b2fd;
Background color
Panel with #95b2fd background
background-color: #95b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95b2fd; background: linear-gradient(135deg, #95b2fd, #BD95FD);