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