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