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