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