Sky Blue
#62D7EA
CyanColor Codes
All color formats for development
HEX
#62D7EARGB
rgb(98, 215, 234)HSL
hsl(188, 76%, 65%)OKLCH
oklch(0.819 0.108 209.6)CMYK
cmyk(58%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45D0E6
2#28C9E2
3#1CB5CC
4#189BAF
5#148192
6#106775
7#0C4D58
8#08343A
9#041A1D
Tints
Lighter variations
1#72DBEC
2#81DFEE
3#91E3F0
4#A1E7F2
5#B0EBF4
6#C0EFF6
7#D0F3F9
8#E0F7FB
9#EFFBFD
Tones
Muted variations
1#69D3E3
2#6FCEDC
3#76C9D5
4#7DC4CE
5#84BFC8
6#8BBAC1
7#91B5BA
8#98B0B3
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F7FB;
--sky-blue-200: #C5F0F7;
--sky-blue-300: #98E5F1;
--sky-blue-400: #62D7EA;
--sky-blue-500: #35CCE3;
--sky-blue-600: #1BAFC5;
--sky-blue-700: #158B9D;
--sky-blue-800: #0F6370;
--sky-blue-900: #0A4048;
--sky-blue-950: #06282D;
}