#7db9af
a balanced, soft cyan · cool · closest name: silver
RGB
125, 185, 175
HSL
170°, 30%, 61%
CMYK
32, 0, 5, 28
Luminance
0.4215
Every format
| HEX | #7db9af |
| RGB | rgb(125, 185, 175) |
| HSL | hsl(170, 30%, 61%) |
| CMYK | cmyk(32%, 0%, 5%, 28%) |
| LAB | lab(71.0 -21.6 -1.1) |
| LCH | lch(71.0 21.6 182.9) |
| OKLCH | oklch(0.742 0.064 183.0) |
Copy-ready code
/* CSS */
color: #7db9af;
background-color: #7db9af;
/* Tailwind (arbitrary) */
class="text-[#7db9af] bg-[#7db9af]"
/* SCSS */
$brand: #7db9af;
/* SwiftUI */
Color(red: 0.490, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#7db9af")Accessibility — WCAG contrast
Aa
#7db9af on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7db9af on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green72.5%
Blue68.6%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow5.4%
Key (black)27.5%
Color previews
#7db9af text on a black background
contrast 9.43:1
Card sample
#7db9af text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7db9af;
Background color
Panel with #7db9af background
background-color: #7db9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7db9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7db9af; background: linear-gradient(135deg, #7db9af, #7D9BB9);