#7fabeb
a light, vivid blue · cool · closest name: steelblue
RGB
127, 171, 235
HSL
216°, 73%, 71%
CMYK
46, 27, 0, 8
Luminance
0.3964
Every format
| HEX | #7fabeb |
| RGB | rgb(127, 171, 235) |
| HSL | hsl(216, 73%, 71%) |
| CMYK | cmyk(46%, 27%, 0%, 8%) |
| LAB | lab(69.2 2.0 -36.7) |
| LCH | lch(69.2 36.7 273.2) |
| OKLCH | oklch(0.735 0.105 257.7) |
Copy-ready code
/* CSS */
color: #7fabeb;
background-color: #7fabeb;
/* Tailwind (arbitrary) */
class="text-[#7fabeb] bg-[#7fabeb]"
/* SCSS */
$brand: #7fabeb;
/* SwiftUI */
Color(red: 0.498, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#7fabeb")Accessibility — WCAG contrast
Aa
#7fabeb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fabeb on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7fabeb text on a black background
contrast 8.93:1
Card sample
#7fabeb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fabeb;
Background color
Panel with #7fabeb background
background-color: #7fabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fabeb; background: linear-gradient(135deg, #7fabeb, #9B7FEB);