#7eb5bf
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 181, 191
HSL
189°, 34%, 62%
CMYK
34, 5, 0, 25
Luminance
0.4124
Every format
| HEX | #7eb5bf |
| RGB | rgb(126, 181, 191) |
| HSL | hsl(189, 34%, 62%) |
| CMYK | cmyk(34%, 5%, 0%, 25%) |
| LAB | lab(70.3 -15.4 -10.8) |
| LCH | lch(70.3 18.8 215.0) |
| OKLCH | oklch(0.738 0.059 210.1) |
Copy-ready code
/* CSS */
color: #7eb5bf;
background-color: #7eb5bf;
/* Tailwind (arbitrary) */
class="text-[#7eb5bf] bg-[#7eb5bf]"
/* SCSS */
$brand: #7eb5bf;
/* SwiftUI */
Color(red: 0.494, green: 0.710, blue: 0.749)
/* Android */
Color.parseColor("#7eb5bf")Accessibility — WCAG contrast
Aa
#7eb5bf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb5bf on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green71.0%
Blue74.9%
CMYK percentages
Cyan34.0%
Magenta5.2%
Yellow0.0%
Key (black)25.1%
Color previews
#7eb5bf text on a black background
contrast 9.25:1
Card sample
#7eb5bf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb5bf;
Background color
Panel with #7eb5bf background
background-color: #7eb5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 181, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 181, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb5bf; background: linear-gradient(135deg, #7eb5bf, #7E8ABF);