#7facdf
a light, vivid blue · cool · closest name: steelblue
RGB
127, 172, 223
HSL
212°, 60%, 69%
CMYK
43, 23, 0, 13
Luminance
0.3934
Every format
| HEX | #7facdf |
| RGB | rgb(127, 172, 223) |
| HSL | hsl(212, 60%, 69%) |
| CMYK | cmyk(43%, 23%, 0%, 13%) |
| LAB | lab(69.0 -1.9 -30.4) |
| LCH | lch(69.0 30.5 266.5) |
| OKLCH | oklch(0.732 0.089 252.1) |
Copy-ready code
/* CSS */
color: #7facdf;
background-color: #7facdf;
/* Tailwind (arbitrary) */
class="text-[#7facdf] bg-[#7facdf]"
/* SCSS */
$brand: #7facdf;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#7facdf")Accessibility — WCAG contrast
Aa
#7facdf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7facdf on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7facdf text on a black background
contrast 8.87:1
Card sample
#7facdf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7facdf;
Background color
Panel with #7facdf background
background-color: #7facdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7facdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7facdf; background: linear-gradient(135deg, #7facdf, #927FDF);