#7eb1bf
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 177, 191
HSL
193°, 34%, 62%
CMYK
34, 7, 0, 25
Luminance
0.3964
Every format
| HEX | #7eb1bf |
| RGB | rgb(126, 177, 191) |
| HSL | hsl(193, 34%, 62%) |
| CMYK | cmyk(34%, 7%, 0%, 25%) |
| LAB | lab(69.2 -13.3 -12.5) |
| LCH | lch(69.2 18.3 223.2) |
| OKLCH | oklch(0.729 0.057 216.7) |
Copy-ready code
/* CSS */
color: #7eb1bf;
background-color: #7eb1bf;
/* Tailwind (arbitrary) */
class="text-[#7eb1bf] bg-[#7eb1bf]"
/* SCSS */
$brand: #7eb1bf;
/* SwiftUI */
Color(red: 0.494, green: 0.694, blue: 0.749)
/* Android */
Color.parseColor("#7eb1bf")Accessibility — WCAG contrast
Aa
#7eb1bf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb1bf on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green69.4%
Blue74.9%
CMYK percentages
Cyan34.0%
Magenta7.3%
Yellow0.0%
Key (black)25.1%
Color previews
#7eb1bf text on a black background
contrast 8.93:1
Card sample
#7eb1bf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb1bf;
Background color
Panel with #7eb1bf background
background-color: #7eb1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 177, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 177, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb1bf; background: linear-gradient(135deg, #7eb1bf, #7E86BF);