Sky Blue
#62EAC5
GreenColor Codes
All color formats for development
HEX
#62EAC5RGB
rgb(98, 234, 197)HSL
hsl(164, 76%, 65%)OKLCH
oklch(0.852 0.131 172.3)CMYK
cmyk(58%, 0%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6BB
2#28E2B0
3#1CCC9D
4#18AF87
5#149270
6#10755A
7#0C5843
8#083A2D
9#041D16
Tints
Lighter variations
1#72ECCB
2#81EED1
3#91F0D7
4#A1F2DC
5#B0F4E2
6#C0F6E8
7#D0F9EE
8#E0FBF3
9#EFFDF9
Tones
Muted variations
1#69E3C2
2#6FDCBF
3#76D5BC
4#7DCEB9
5#84C8B6
6#8BC1B2
7#91BAAF
8#98B3AC
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC598 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7056 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FBF3;
--sky-blue-200: #C5F7EA;
--sky-blue-300: #98F1D9;
--sky-blue-400: #62EAC5;
--sky-blue-500: #35E3B5;
--sky-blue-600: #1BC598;
--sky-blue-700: #159D79;
--sky-blue-800: #0F7056;
--sky-blue-900: #0A4837;
--sky-blue-950: #062D23;
}