Sky Blue
#62EAE1
CyanColor Codes
All color formats for development
HEX
#62EAE1RGB
rgb(98, 234, 225)HSL
hsl(176, 76%, 65%)OKLCH
oklch(0.86 0.119 189.2)CMYK
cmyk(58%, 0%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6DB
2#28E2D5
3#1CCCC0
4#18AFA5
5#149289
6#10756E
7#0C5852
8#083A37
9#041D1B
Tints
Lighter variations
1#72ECE4
2#81EEE7
3#91F0EA
4#A1F2ED
5#B0F4F0
6#C0F6F3
7#D0F9F6
8#E0FBF9
9#EFFDFC
Tones
Muted variations
1#69E3DB
2#6FDCD5
3#76D5CF
4#7DCEC9
5#84C8C3
6#8BC1BD
7#91BAB7
8#98B3B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF9;
--sky-blue-200: #C5F7F4;
--sky-blue-300: #98F1EB;
--sky-blue-400: #62EAE1;
--sky-blue-500: #35E3D8;
--sky-blue-600: #1BC5BA;
--sky-blue-700: #159D94;
--sky-blue-800: #0F706A;
--sky-blue-900: #0A4844;
--sky-blue-950: #062D2A;
}