#7eb7be
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 183, 190
HSL
187°, 33%, 62%
CMYK
34, 4, 0, 26
Luminance
0.4202
Every format
| HEX | #7eb7be |
| RGB | rgb(126, 183, 190) |
| HSL | hsl(187, 33%, 62%) |
| CMYK | cmyk(34%, 4%, 0%, 26%) |
| LAB | lab(70.9 -16.7 -9.5) |
| LCH | lch(70.9 19.2 209.5) |
| OKLCH | oklch(0.743 0.060 205.6) |
Copy-ready code
/* CSS */
color: #7eb7be;
background-color: #7eb7be;
/* Tailwind (arbitrary) */
class="text-[#7eb7be] bg-[#7eb7be]"
/* SCSS */
$brand: #7eb7be;
/* SwiftUI */
Color(red: 0.494, green: 0.718, blue: 0.745)
/* Android */
Color.parseColor("#7eb7be")Accessibility — WCAG contrast
Aa
#7eb7be on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb7be on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green71.8%
Blue74.5%
CMYK percentages
Cyan33.7%
Magenta3.7%
Yellow0.0%
Key (black)25.5%
Color previews
#7eb7be text on a black background
contrast 9.40:1
Card sample
#7eb7be text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb7be;
Background color
Panel with #7eb7be background
background-color: #7eb7be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb7be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 183, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 183, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb7be; background: linear-gradient(135deg, #7eb7be, #7E8CBE);