#7fade0
a light, vivid blue · cool · closest name: steelblue
RGB
127, 173, 224
HSL
212°, 61%, 69%
CMYK
43, 23, 0, 12
Luminance
0.3978
Every format
| HEX | #7fade0 |
| RGB | rgb(127, 173, 224) |
| HSL | hsl(212, 61%, 69%) |
| CMYK | cmyk(43%, 23%, 0%, 12%) |
| LAB | lab(69.3 -2.2 -30.5) |
| LCH | lch(69.3 30.6 265.9) |
| OKLCH | oklch(0.734 0.089 251.6) |
Copy-ready code
/* CSS */
color: #7fade0;
background-color: #7fade0;
/* Tailwind (arbitrary) */
class="text-[#7fade0] bg-[#7fade0]"
/* SCSS */
$brand: #7fade0;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#7fade0")Accessibility — WCAG contrast
Aa
#7fade0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fade0 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue87.8%
CMYK percentages
Cyan43.3%
Magenta22.8%
Yellow0.0%
Key (black)12.2%
Color previews
#7fade0 text on a black background
contrast 8.96:1
Card sample
#7fade0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fade0;
Background color
Panel with #7fade0 background
background-color: #7fade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fade0; background: linear-gradient(135deg, #7fade0, #927FE0);