#5faffd
a light, electric blue · cool · closest name: steelblue
RGB
95, 175, 253
HSL
210°, 98%, 68%
CMYK
63, 31, 0, 1
Luminance
0.4018
Every format
| HEX | #5faffd |
| RGB | rgb(95, 175, 253) |
| HSL | hsl(210, 98%, 68%) |
| CMYK | cmyk(63%, 31%, 0%, 1%) |
| LAB | lab(69.6 -1.4 -46.0) |
| LCH | lch(69.6 46.0 268.3) |
| OKLCH | oklch(0.736 0.138 249.7) |
Copy-ready code
/* CSS */
color: #5faffd;
background-color: #5faffd;
/* Tailwind (arbitrary) */
class="text-[#5faffd] bg-[#5faffd]"
/* SCSS */
$brand: #5faffd;
/* SwiftUI */
Color(red: 0.373, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#5faffd")Accessibility — WCAG contrast
Aa
#5faffd on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5faffd on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green68.6%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#5faffd text on a black background
contrast 9.04:1
Card sample
#5faffd text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5faffd;
Background color
Panel with #5faffd background
background-color: #5faffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5faffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5faffd; background: linear-gradient(135deg, #5faffd, #785FFD);