#7daeb3
a balanced, soft cyan · cool · closest name: skyblue
RGB
125, 174, 179
HSL
186°, 26%, 60%
CMYK
30, 3, 0, 30
Luminance
0.3789
Every format
| HEX | #7daeb3 |
| RGB | rgb(125, 174, 179) |
| HSL | hsl(186, 26%, 60%) |
| CMYK | cmyk(30%, 3%, 0%, 30%) |
| LAB | lab(67.9 -14.9 -7.8) |
| LCH | lch(67.9 16.9 207.5) |
| OKLCH | oklch(0.718 0.052 204.0) |
Copy-ready code
/* CSS */
color: #7daeb3;
background-color: #7daeb3;
/* Tailwind (arbitrary) */
class="text-[#7daeb3] bg-[#7daeb3]"
/* SCSS */
$brand: #7daeb3;
/* SwiftUI */
Color(red: 0.490, green: 0.682, blue: 0.702)
/* Android */
Color.parseColor("#7daeb3")Accessibility — WCAG contrast
Aa
#7daeb3 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7daeb3 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green68.2%
Blue70.2%
CMYK percentages
Cyan30.2%
Magenta2.8%
Yellow0.0%
Key (black)29.8%
Color previews
#7daeb3 text on a black background
contrast 8.58:1
Card sample
#7daeb3 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7daeb3;
Background color
Panel with #7daeb3 background
background-color: #7daeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7daeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 174, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 174, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7daeb3; background: linear-gradient(135deg, #7daeb3, #7D8AB3);