Sky Blue
#62DEEA
CyanColor Codes
All color formats for development
HEX
#62DEEARGB
rgb(98, 222, 234)HSL
hsl(185, 76%, 65%)OKLCH
oklch(0.835 0.111 204)CMYK
cmyk(58%, 5%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45D8E6
2#28D2E2
3#1CBECC
4#18A2AF
5#148792
6#106C75
7#0C5158
8#08363A
9#041B1D
Tints
Lighter variations
1#72E2EC
2#81E5EE
3#91E8F0
4#A1EBF2
5#B0EFF4
6#C0F2F6
7#D0F5F9
8#E0F8FB
9#EFFCFD
Tones
Muted variations
1#69D9E3
2#6FD3DC
3#76CDD5
4#7DC8CE
5#84C2C8
6#8BBCC1
7#91B7BA
8#98B1B3
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FB;
--sky-blue-200: #C5F3F7;
--sky-blue-300: #98E9F1;
--sky-blue-400: #62DEEA;
--sky-blue-500: #35D5E3;
--sky-blue-600: #1BB7C5;
--sky-blue-700: #15929D;
--sky-blue-800: #0F6870;
--sky-blue-900: #0A4348;
--sky-blue-950: #062A2D;
}