#7fadc2
a balanced, soft cyan · cool · closest name: skyblue
RGB
127, 173, 194
HSL
199°, 35%, 63%
CMYK
35, 11, 0, 24
Luminance
0.3829
Every format
| HEX | #7fadc2 |
| RGB | rgb(127, 173, 194) |
| HSL | hsl(199, 35%, 63%) |
| CMYK | cmyk(35%, 11%, 0%, 24%) |
| LAB | lab(68.2 -10.1 -15.6) |
| LCH | lch(68.2 18.6 237.0) |
| OKLCH | oklch(0.722 0.058 227.9) |
Copy-ready code
/* CSS */
color: #7fadc2;
background-color: #7fadc2;
/* Tailwind (arbitrary) */
class="text-[#7fadc2] bg-[#7fadc2]"
/* SCSS */
$brand: #7fadc2;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#7fadc2")Accessibility — WCAG contrast
Aa
#7fadc2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fadc2 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue76.1%
CMYK percentages
Cyan34.5%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#7fadc2 text on a black background
contrast 8.66:1
Card sample
#7fadc2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fadc2;
Background color
Panel with #7fadc2 background
background-color: #7fadc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fadc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fadc2; background: linear-gradient(135deg, #7fadc2, #7F80C2);