Sky Blue
#62D3EA
CyanColor Codes
All color formats for development
HEX
#62D3EARGB
rgb(98, 211, 234)HSL
hsl(190, 76%, 65%)OKLCH
oklch(0.81 0.107 213)CMYK
cmyk(58%, 10%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45CBE6
2#28C3E2
3#1CAFCC
4#1896AF
5#147D92
6#106475
7#0C4B58
8#08323A
9#04191D
Tints
Lighter variations
1#72D7EC
2#81DCEE
3#91E0F0
4#A1E5F2
5#B0E9F4
6#C0EDF6
7#D0F2F9
8#E0F6FB
9#EFFBFD
Tones
Muted variations
1#69CEE3
2#6FCADC
3#76C5D5
4#7DC1CE
5#84BCC8
6#8BB8C1
7#91B3BA
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 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F1 | BordersInactive statesPlaceholder text |
| 400 | 62D3 #62D3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C6 #35C6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA9 #1BA9C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1586 #15869D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F60 #0F6070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D48 | 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: #C5EFF7;
--sky-blue-300: #98E2F1;
--sky-blue-400: #62D3EA;
--sky-blue-500: #35C6E3;
--sky-blue-600: #1BA9C5;
--sky-blue-700: #15869D;
--sky-blue-800: #0F6070;
--sky-blue-900: #0A3D48;
--sky-blue-950: #06262D;
}