#7fade3
a light, vivid blue · cool · closest name: steelblue
RGB
127, 173, 227
HSL
212°, 64%, 69%
CMYK
44, 24, 0, 11
Luminance
0.3995
Every format
| HEX | #7fade3 |
| RGB | rgb(127, 173, 227) |
| HSL | hsl(212, 64%, 69%) |
| CMYK | cmyk(44%, 24%, 0%, 11%) |
| LAB | lab(69.4 -1.3 -32.0) |
| LCH | lch(69.4 32.0 267.6) |
| OKLCH | oklch(0.736 0.093 253.0) |
Copy-ready code
/* CSS */
color: #7fade3;
background-color: #7fade3;
/* Tailwind (arbitrary) */
class="text-[#7fade3] bg-[#7fade3]"
/* SCSS */
$brand: #7fade3;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.890)
/* Android */
Color.parseColor("#7fade3")Accessibility — WCAG contrast
Aa
#7fade3 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fade3 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue89.0%
CMYK percentages
Cyan44.1%
Magenta23.8%
Yellow0.0%
Key (black)11.0%
Color previews
#7fade3 text on a black background
contrast 8.99:1
Card sample
#7fade3 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fade3;
Background color
Panel with #7fade3 background
background-color: #7fade3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fade3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fade3; background: linear-gradient(135deg, #7fade3, #947FE3);