#95aefd
a light, electric blue · warm · closest name: dodgerblue
RGB
149, 174, 253
HSL
226°, 96%, 79%
CMYK
41, 31, 0, 1
Luminance
0.4375
Every format
| HEX | #95aefd |
| RGB | rgb(149, 174, 253) |
| HSL | hsl(226, 96%, 79%) |
| CMYK | cmyk(41%, 31%, 0%, 1%) |
| LAB | lab(72.1 10.8 -41.9) |
| LCH | lch(72.1 43.3 284.5) |
| OKLCH | oklch(0.763 0.117 270.1) |
Copy-ready code
/* CSS */
color: #95aefd;
background-color: #95aefd;
/* Tailwind (arbitrary) */
class="text-[#95aefd] bg-[#95aefd]"
/* SCSS */
$brand: #95aefd;
/* SwiftUI */
Color(red: 0.584, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#95aefd")Accessibility — WCAG contrast
Aa
#95aefd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95aefd on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.2%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#95aefd text on a black background
contrast 9.75:1
Card sample
#95aefd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95aefd;
Background color
Panel with #95aefd background
background-color: #95aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95aefd; background: linear-gradient(135deg, #95aefd, #C195FD);