#7daeb9
a balanced, soft cyan · cool · closest name: skyblue
RGB
125, 174, 185
HSL
191°, 30%, 61%
CMYK
32, 6, 0, 28
Luminance
0.3813
Every format
| HEX | #7daeb9 |
| RGB | rgb(125, 174, 185) |
| HSL | hsl(191, 30%, 61%) |
| CMYK | cmyk(32%, 6%, 0%, 28%) |
| LAB | lab(68.1 -13.5 -10.8) |
| LCH | lch(68.1 17.3 218.8) |
| OKLCH | oklch(0.720 0.054 213.1) |
Copy-ready code
/* CSS */
color: #7daeb9;
background-color: #7daeb9;
/* Tailwind (arbitrary) */
class="text-[#7daeb9] bg-[#7daeb9]"
/* SCSS */
$brand: #7daeb9;
/* SwiftUI */
Color(red: 0.490, green: 0.682, blue: 0.725)
/* Android */
Color.parseColor("#7daeb9")Accessibility — WCAG contrast
Aa
#7daeb9 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7daeb9 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green68.2%
Blue72.5%
CMYK percentages
Cyan32.4%
Magenta5.9%
Yellow0.0%
Key (black)27.5%
Color previews
#7daeb9 text on a black background
contrast 8.63:1
Card sample
#7daeb9 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7daeb9;
Background color
Panel with #7daeb9 background
background-color: #7daeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7daeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 174, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 174, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7daeb9; background: linear-gradient(135deg, #7daeb9, #7D86B9);