#7facb2
a balanced, soft cyan · cool · closest name: skyblue
RGB
127, 172, 178
HSL
187°, 25%, 60%
CMYK
29, 3, 0, 30
Luminance
0.3723
Every format
| HEX | #7facb2 |
| RGB | rgb(127, 172, 178) |
| HSL | hsl(187, 25%, 60%) |
| CMYK | cmyk(29%, 3%, 0%, 30%) |
| LAB | lab(67.5 -13.5 -8.0) |
| LCH | lch(67.5 15.7 210.4) |
| OKLCH | oklch(0.714 0.049 206.4) |
Copy-ready code
/* CSS */
color: #7facb2;
background-color: #7facb2;
/* Tailwind (arbitrary) */
class="text-[#7facb2] bg-[#7facb2]"
/* SCSS */
$brand: #7facb2;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#7facb2")Accessibility — WCAG contrast
Aa
#7facb2 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7facb2 on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue69.8%
CMYK percentages
Cyan28.7%
Magenta3.4%
Yellow0.0%
Key (black)30.2%
Color previews
#7facb2 text on a black background
contrast 8.45:1
Card sample
#7facb2 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7facb2;
Background color
Panel with #7facb2 background
background-color: #7facb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7facb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7facb2; background: linear-gradient(135deg, #7facb2, #7F8AB2);