#5faffb
a light, electric blue · cool · closest name: steelblue
RGB
95, 175, 251
HSL
209°, 95%, 68%
CMYK
62, 30, 0, 2
Luminance
0.4006
Every format
| HEX | #5faffb |
| RGB | rgb(95, 175, 251) |
| HSL | hsl(209, 95%, 68%) |
| CMYK | cmyk(62%, 30%, 0%, 2%) |
| LAB | lab(69.5 -2.0 -45.0) |
| LCH | lch(69.5 45.1 267.5) |
| OKLCH | oklch(0.735 0.136 249.1) |
Copy-ready code
/* CSS */
color: #5faffb;
background-color: #5faffb;
/* Tailwind (arbitrary) */
class="text-[#5faffb] bg-[#5faffb]"
/* SCSS */
$brand: #5faffb;
/* SwiftUI */
Color(red: 0.373, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#5faffb")Accessibility — WCAG contrast
Aa
#5faffb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5faffb on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green68.6%
Blue98.4%
CMYK percentages
Cyan62.2%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#5faffb text on a black background
contrast 9.01:1
Card sample
#5faffb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5faffb;
Background color
Panel with #5faffb background
background-color: #5faffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5faffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5faffb; background: linear-gradient(135deg, #5faffb, #775FFB);