Sky Blue
#62EADE
CyanColor Codes
All color formats for development
HEX
#62EADERGB
rgb(98, 234, 222)HSL
hsl(175, 76%, 65%)OKLCH
oklch(0.859 0.12 187.2)CMYK
cmyk(58%, 0%, 5%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6D8
2#28E2D2
3#1CCCBE
4#18AFA2
5#149287
6#10756C
7#0C5851
8#083A36
9#041D1B
Tints
Lighter variations
1#72ECE2
2#81EEE5
3#91F0E8
4#A1F2EB
5#B0F4EF
6#C0F6F2
7#D0F9F5
8#E0FBF8
9#EFFDFC
Tones
Muted variations
1#69E3D9
2#6FDCD3
3#76D5CD
4#7DCEC8
5#84C8C2
6#8BC1BC
7#91BAB7
8#98B3B1
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4843 | 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: #E0FBF8;
--sky-blue-200: #C5F7F3;
--sky-blue-300: #98F1E9;
--sky-blue-400: #62EADE;
--sky-blue-500: #35E3D5;
--sky-blue-600: #1BC5B7;
--sky-blue-700: #159D92;
--sky-blue-800: #0F7068;
--sky-blue-900: #0A4843;
--sky-blue-950: #062D2A;
}