Sky Blue
#62D5EA
CyanColor Codes
All color formats for development
HEX
#62D5EARGB
rgb(98, 213, 234)HSL
hsl(189, 76%, 65%)OKLCH
oklch(0.815 0.107 211.3)CMYK
cmyk(58%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45CDE6
2#28C6E2
3#1CB2CC
4#1898AF
5#147F92
6#106675
7#0C4C58
8#08333A
9#04191D
Tints
Lighter variations
1#72D9EC
2#81DEEE
3#91E2F0
4#A1E6F2
5#B0EAF4
6#C0EEF6
7#D0F2F9
8#E0F7FB
9#EFFBFD
Tones
Muted variations
1#69D0E3
2#6FCCDC
3#76C7D5
4#7DC2CE
5#84BDC8
6#8BB9C1
7#91B4BA
8#98AFB3
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F7FB;
--sky-blue-200: #C5EFF7;
--sky-blue-300: #98E4F1;
--sky-blue-400: #62D5EA;
--sky-blue-500: #35C9E3;
--sky-blue-600: #1BACC5;
--sky-blue-700: #15899D;
--sky-blue-800: #0F6270;
--sky-blue-900: #0A3F48;
--sky-blue-950: #06272D;
}