#7fadef
a light, electric blue · cool · closest name: steelblue
RGB
127, 173, 239
HSL
215°, 78%, 72%
CMYK
47, 28, 0, 6
Luminance
0.4063
Every format
| HEX | #7fadef |
| RGB | rgb(127, 173, 239) |
| HSL | hsl(215, 78%, 72%) |
| CMYK | cmyk(47%, 28%, 0%, 6%) |
| LAB | lab(69.9 2.1 -37.8) |
| LCH | lch(69.9 37.8 273.2) |
| OKLCH | oklch(0.741 0.108 257.4) |
Copy-ready code
/* CSS */
color: #7fadef;
background-color: #7fadef;
/* Tailwind (arbitrary) */
class="text-[#7fadef] bg-[#7fadef]"
/* SCSS */
$brand: #7fadef;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#7fadef")Accessibility — WCAG contrast
Aa
#7fadef on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fadef on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan46.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#7fadef text on a black background
contrast 9.13:1
Card sample
#7fadef text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fadef;
Background color
Panel with #7fadef background
background-color: #7fadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fadef; background: linear-gradient(135deg, #7fadef, #9C7FEF);