Sky Blue
#62EAE5
CyanColor Codes
All color formats for development
HEX
#62EAE5RGB
rgb(98, 234, 229)HSL
hsl(178, 76%, 65%)OKLCH
oklch(0.861 0.118 191.8)CMYK
cmyk(58%, 0%, 2%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6E0
2#28E2DB
3#1CCCC6
4#18AFAA
5#14928E
6#107571
7#0C5855
8#083A39
9#041D1C
Tints
Lighter variations
1#72ECE8
2#81EEEA
3#91F0ED
4#A1F2EF
5#B0F4F2
6#C0F6F5
7#D0F9F7
8#E0FBFA
9#EFFDFC
Tones
Muted variations
1#69E3DF
2#6FDCD8
3#76D5D2
4#7DCECC
5#84C8C5
6#8BC1BF
7#91BAB9
8#98B3B2
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 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4846 | 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: #C5F7F5;
--sky-blue-300: #98F1EE;
--sky-blue-400: #62EAE5;
--sky-blue-500: #35E3DE;
--sky-blue-600: #1BC5C0;
--sky-blue-700: #159D99;
--sky-blue-800: #0F706D;
--sky-blue-900: #0A4846;
--sky-blue-950: #062D2C;
}