#7faeb2
a balanced, soft cyan · cool · closest name: skyblue
RGB
127, 174, 178
HSL
185°, 25%, 60%
CMYK
29, 2, 0, 30
Luminance
0.3800
Every format
| HEX | #7faeb2 |
| RGB | rgb(127, 174, 178) |
| HSL | hsl(185, 25%, 60%) |
| CMYK | cmyk(29%, 2%, 0%, 30%) |
| LAB | lab(68.0 -14.6 -7.1) |
| LCH | lch(68.0 16.2 205.9) |
| OKLCH | oklch(0.719 0.050 202.7) |
Copy-ready code
/* CSS */
color: #7faeb2;
background-color: #7faeb2;
/* Tailwind (arbitrary) */
class="text-[#7faeb2] bg-[#7faeb2]"
/* SCSS */
$brand: #7faeb2;
/* SwiftUI */
Color(red: 0.498, green: 0.682, blue: 0.698)
/* Android */
Color.parseColor("#7faeb2")Accessibility — WCAG contrast
Aa
#7faeb2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faeb2 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green68.2%
Blue69.8%
CMYK percentages
Cyan28.7%
Magenta2.2%
Yellow0.0%
Key (black)30.2%
Color previews
#7faeb2 text on a black background
contrast 8.60:1
Card sample
#7faeb2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faeb2;
Background color
Panel with #7faeb2 background
background-color: #7faeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 174, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 174, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faeb2; background: linear-gradient(135deg, #7faeb2, #7F8CB2);