#95acfd
a light, electric blue · warm · closest name: dodgerblue
RGB
149, 172, 253
HSL
227°, 96%, 79%
CMYK
41, 32, 0, 1
Luminance
0.4299
Every format
| HEX | #95acfd |
| RGB | rgb(149, 172, 253) |
| HSL | hsl(227, 96%, 79%) |
| CMYK | cmyk(41%, 32%, 0%, 1%) |
| LAB | lab(71.5 12.0 -42.7) |
| LCH | lch(71.5 44.4 285.7) |
| OKLCH | oklch(0.759 0.120 271.2) |
Copy-ready code
/* CSS */
color: #95acfd;
background-color: #95acfd;
/* Tailwind (arbitrary) */
class="text-[#95acfd] bg-[#95acfd]"
/* SCSS */
$brand: #95acfd;
/* SwiftUI */
Color(red: 0.584, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#95acfd")Accessibility — WCAG contrast
Aa
#95acfd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95acfd on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green67.5%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#95acfd text on a black background
contrast 9.60:1
Card sample
#95acfd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95acfd;
Background color
Panel with #95acfd background
background-color: #95acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95acfd; background: linear-gradient(135deg, #95acfd, #C395FD);