Sky Blue
#62EAD5
CyanColor Codes
All color formats for development
HEX
#62EAD5RGB
rgb(98, 234, 213)HSL
hsl(171, 76%, 65%)OKLCH
oklch(0.856 0.123 181.5)CMYK
cmyk(58%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6CD
2#28E2C6
3#1CCCB2
4#18AF98
5#14927F
6#107566
7#0C584C
8#083A33
9#041D19
Tints
Lighter variations
1#72ECD9
2#81EEDE
3#91F0E2
4#A1F2E6
5#B0F4EA
6#C0F6EE
7#D0F9F2
8#E0FBF7
9#EFFDFB
Tones
Muted variations
1#69E3D0
2#6FDCCC
3#76D5C7
4#7DCEC2
5#84C8BD
6#8BC1B9
7#91BAB4
8#98B3AF
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF7;
--sky-blue-200: #C5F7EF;
--sky-blue-300: #98F1E4;
--sky-blue-400: #62EAD5;
--sky-blue-500: #35E3C9;
--sky-blue-600: #1BC5AC;
--sky-blue-700: #159D89;
--sky-blue-800: #0F7062;
--sky-blue-900: #0A483F;
--sky-blue-950: #062D27;
}