#7facda
a light, vivid blue · cool · closest name: steelblue
RGB
127, 172, 218
HSL
210°, 55%, 68%
CMYK
42, 21, 0, 15
Luminance
0.3908
Every format
| HEX | #7facda |
| RGB | rgb(127, 172, 218) |
| HSL | hsl(210, 55%, 68%) |
| CMYK | cmyk(42%, 21%, 0%, 15%) |
| LAB | lab(68.8 -3.3 -28.0) |
| LCH | lch(68.8 28.2 263.4) |
| OKLCH | oklch(0.730 0.083 249.6) |
Copy-ready code
/* CSS */
color: #7facda;
background-color: #7facda;
/* Tailwind (arbitrary) */
class="text-[#7facda] bg-[#7facda]"
/* SCSS */
$brand: #7facda;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#7facda")Accessibility — WCAG contrast
Aa
#7facda on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7facda on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue85.5%
CMYK percentages
Cyan41.7%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#7facda text on a black background
contrast 8.82:1
Card sample
#7facda text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7facda;
Background color
Panel with #7facda background
background-color: #7facda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7facda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7facda; background: linear-gradient(135deg, #7facda, #8E7FDA);