Sky Blue
#62EAE7
CyanColor Codes
All color formats for development
HEX
#62EAE7RGB
rgb(98, 234, 231)HSL
hsl(179, 76%, 65%)OKLCH
oklch(0.862 0.118 193.2)CMYK
cmyk(58%, 0%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6E3
2#28E2DF
3#1CCCC9
4#18AFAD
5#149290
6#107573
7#0C5856
8#083A3A
9#041D1D
Tints
Lighter variations
1#72ECEA
2#81EEEC
3#91F0EE
4#A1F2F1
5#B0F4F3
6#C0F6F6
7#D0F9F8
8#E0FBFA
9#EFFDFD
Tones
Muted variations
1#69E3E1
2#6FDCDA
3#76D5D4
4#7DCECD
5#84C8C7
6#8BC1C0
7#91BAB9
8#98B3B3
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FBFA;
--sky-blue-200: #C5F7F6;
--sky-blue-300: #98F1EF;
--sky-blue-400: #62EAE7;
--sky-blue-500: #35E3E1;
--sky-blue-600: #1BC5C3;
--sky-blue-700: #159D9B;
--sky-blue-800: #0F706F;
--sky-blue-900: #0A4847;
--sky-blue-950: #062D2C;
}