#7dabaf
a balanced, soft cyan · cool · closest name: skyblue
RGB
125, 171, 175
HSL
185°, 24%, 59%
CMYK
29, 2, 0, 31
Luminance
0.3658
Every format
| HEX | #7dabaf |
| RGB | rgb(125, 171, 175) |
| HSL | hsl(185, 24%, 59%) |
| CMYK | cmyk(29%, 2%, 0%, 31%) |
| LAB | lab(67.0 -14.3 -7.0) |
| LCH | lch(67.0 15.9 206.1) |
| OKLCH | oklch(0.710 0.049 202.8) |
Copy-ready code
/* CSS */
color: #7dabaf;
background-color: #7dabaf;
/* Tailwind (arbitrary) */
class="text-[#7dabaf] bg-[#7dabaf]"
/* SCSS */
$brand: #7dabaf;
/* SwiftUI */
Color(red: 0.490, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#7dabaf")Accessibility — WCAG contrast
Aa
#7dabaf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dabaf on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green67.1%
Blue68.6%
CMYK percentages
Cyan28.6%
Magenta2.3%
Yellow0.0%
Key (black)31.4%
Color previews
#7dabaf text on a black background
contrast 8.32:1
Card sample
#7dabaf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dabaf;
Background color
Panel with #7dabaf background
background-color: #7dabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dabaf; background: linear-gradient(135deg, #7dabaf, #7D8AAF);