#7faffb
a light, electric blue · cool · closest name: steelblue
RGB
127, 175, 251
HSL
217°, 94%, 74%
CMYK
49, 30, 0, 2
Luminance
0.4214
Every format
| HEX | #7faffb |
| RGB | rgb(127, 175, 251) |
| HSL | hsl(217, 94%, 74%) |
| CMYK | cmyk(49%, 30%, 0%, 2%) |
| LAB | lab(71.0 4.5 -42.6) |
| LCH | lch(71.0 42.9 276.0) |
| OKLCH | oklch(0.751 0.122 259.3) |
Copy-ready code
/* CSS */
color: #7faffb;
background-color: #7faffb;
/* Tailwind (arbitrary) */
class="text-[#7faffb] bg-[#7faffb]"
/* SCSS */
$brand: #7faffb;
/* SwiftUI */
Color(red: 0.498, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#7faffb")Accessibility — WCAG contrast
Aa
#7faffb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faffb on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green68.6%
Blue98.4%
CMYK percentages
Cyan49.4%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#7faffb text on a black background
contrast 9.43:1
Card sample
#7faffb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faffb;
Background color
Panel with #7faffb background
background-color: #7faffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faffb; background: linear-gradient(135deg, #7faffb, #A27FFB);