#7dbeb2
a balanced, soft cyan · cool · closest name: turquoise
RGB
125, 190, 178
HSL
169°, 33%, 62%
CMYK
34, 0, 6, 26
Luminance
0.4440
Every format
| HEX | #7dbeb2 |
| RGB | rgb(125, 190, 178) |
| HSL | hsl(169, 33%, 62%) |
| CMYK | cmyk(34%, 0%, 6%, 26%) |
| LAB | lab(72.5 -23.4 -0.5) |
| LCH | lch(72.5 23.4 181.3) |
| OKLCH | oklch(0.754 0.069 181.5) |
Copy-ready code
/* CSS */
color: #7dbeb2;
background-color: #7dbeb2;
/* Tailwind (arbitrary) */
class="text-[#7dbeb2] bg-[#7dbeb2]"
/* SCSS */
$brand: #7dbeb2;
/* SwiftUI */
Color(red: 0.490, green: 0.745, blue: 0.698)
/* Android */
Color.parseColor("#7dbeb2")Accessibility — WCAG contrast
Aa
#7dbeb2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbeb2 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.5%
Blue69.8%
CMYK percentages
Cyan34.2%
Magenta0.0%
Yellow6.3%
Key (black)25.5%
Color previews
#7dbeb2 text on a black background
contrast 9.88:1
Card sample
#7dbeb2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbeb2;
Background color
Panel with #7dbeb2 background
background-color: #7dbeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 190, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 190, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbeb2; background: linear-gradient(135deg, #7dbeb2, #7D9FBE);