Sky Blue
#7DC7CF
CyanColor Codes
All color formats for development
HEX
#7DC7CFRGB
rgb(125, 199, 207)HSL
hsl(186, 46%, 65%)OKLCH
oklch(0.784 0.074 204.5)CMYK
cmyk(40%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64BCC6
2#4CB2BD
3#3F9FA9
4#368891
5#2D7179
6#245B61
7#1B4449
8#122D30
9#091718
Tints
Lighter variations
1#8ACCD4
2#97D2D8
3#A4D8DD
4#B1DDE2
5#BEE3E7
6#CBE8EC
7#D8EEF1
8#E5F4F5
9#F2F9FA
Tones
Muted variations
1#81C3CB
2#85C0C7
3#89BDC2
4#8DB9BE
5#91B6BA
6#95B3B6
7#99B0B2
8#9EACAE
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DA #A9DADF | BordersInactive statesPlaceholder text |
| 400 | 7DC7 #7DC7CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B6 #57B6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D99 #3D99A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307A #307A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2257 #22575D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1638 #16383C | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #CFEAED;
--sky-blue-300: #A9DADF;
--sky-blue-400: #7DC7CF;
--sky-blue-500: #57B6C1;
--sky-blue-600: #3D99A4;
--sky-blue-700: #307A82;
--sky-blue-800: #22575D;
--sky-blue-900: #16383C;
--sky-blue-950: #0E2325;
}