Sky Blue
#62D1EA
CyanColor Codes
All color formats for development
HEX
#62D1EARGB
rgb(98, 209, 234)HSL
hsl(191, 76%, 65%)OKLCH
oklch(0.805 0.107 214.7)CMYK
cmyk(58%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45C8E6
2#28C0E2
3#1CACCC
4#1893AF
5#147B92
6#106275
7#0C4A58
8#08313A
9#04191D
Tints
Lighter variations
1#72D5EC
2#81DAEE
3#91DFF0
4#A1E3F2
5#B0E8F4
6#C0ECF6
7#D0F1F9
8#E0F6FB
9#EFFAFD
Tones
Muted variations
1#69CCE3
2#6FC8DC
3#76C4D5
4#7DC0CE
5#84BBC8
6#8BB7C1
7#91B3BA
8#98AEB3
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E1 #98E1F1 | BordersInactive statesPlaceholder text |
| 400 | 62D1 #62D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C3 #35C3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA6 #1BA6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1584 #15849D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5E #0F5E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3C #0A3C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F6FB;
--sky-blue-200: #C5EEF7;
--sky-blue-300: #98E1F1;
--sky-blue-400: #62D1EA;
--sky-blue-500: #35C3E3;
--sky-blue-600: #1BA6C5;
--sky-blue-700: #15849D;
--sky-blue-800: #0F5E70;
--sky-blue-900: #0A3C48;
--sky-blue-950: #06262D;
}