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