#7db3af
a balanced, soft cyan · cool · closest name: skyblue
RGB
125, 179, 175
HSL
176°, 26%, 60%
CMYK
30, 0, 2, 30
Luminance
0.3970
Every format
| HEX | #7db3af |
| RGB | rgb(125, 179, 175) |
| HSL | hsl(176, 26%, 60%) |
| CMYK | cmyk(30%, 0%, 2%, 30%) |
| LAB | lab(69.3 -18.5 -3.6) |
| LCH | lch(69.3 18.8 191.1) |
| OKLCH | oklch(0.728 0.057 190.2) |
Copy-ready code
/* CSS */
color: #7db3af;
background-color: #7db3af;
/* Tailwind (arbitrary) */
class="text-[#7db3af] bg-[#7db3af]"
/* SCSS */
$brand: #7db3af;
/* SwiftUI */
Color(red: 0.490, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#7db3af")Accessibility — WCAG contrast
Aa
#7db3af on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7db3af on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green70.2%
Blue68.6%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#7db3af text on a black background
contrast 8.94:1
Card sample
#7db3af text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7db3af;
Background color
Panel with #7db3af background
background-color: #7db3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7db3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7db3af; background: linear-gradient(135deg, #7db3af, #7D93B3);