Sky Blue
#62EAD1
CyanColor Codes
All color formats for development
HEX
#62EAD1RGB
rgb(98, 234, 209)HSL
hsl(169, 76%, 65%)OKLCH
oklch(0.855 0.124 179.1)CMYK
cmyk(58%, 0%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6C8
2#28E2C0
3#1CCCAC
4#18AF93
5#14927B
6#107562
7#0C584A
8#083A31
9#041D19
Tints
Lighter variations
1#72ECD5
2#81EEDA
3#91F0DF
4#A1F2E3
5#B0F4E8
6#C0F6EC
7#D0F9F1
8#E0FBF6
9#EFFDFA
Tones
Muted variations
1#69E3CC
2#6FDCC8
3#76D5C4
4#7DCEC0
5#84C8BB
6#8BC1B7
7#91BAB3
8#98B3AE
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF6;
--sky-blue-200: #C5F7EE;
--sky-blue-300: #98F1E1;
--sky-blue-400: #62EAD1;
--sky-blue-500: #35E3C3;
--sky-blue-600: #1BC5A6;
--sky-blue-700: #159D84;
--sky-blue-800: #0F705E;
--sky-blue-900: #0A483C;
--sky-blue-950: #062D26;
}