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