Sky Blue
#62EABC
GreenColor Codes
All color formats for development
HEX
#62EABCRGB
rgb(98, 234, 188)HSL
hsl(160, 76%, 65%)OKLCH
oklch(0.85 0.137 167.7)CMYK
cmyk(58%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6B0
2#28E2A4
3#1CCC91
4#18AF7D
5#149268
6#107553
7#0C583E
8#083A2A
9#041D15
Tints
Lighter variations
1#72ECC3
2#81EECA
3#91F0D0
4#A1F2D7
5#B0F4DE
6#C0F6E4
7#D0F9EB
8#E0FBF2
9#EFFDF8
Tones
Muted variations
1#69E3BA
2#6FDCB8
3#76D5B6
4#7DCEB3
5#84C8B1
6#8BC1AF
7#91BAAD
8#98B3AA
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4833 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FBF2;
--sky-blue-200: #C5F7E6;
--sky-blue-300: #98F1D3;
--sky-blue-400: #62EABC;
--sky-blue-500: #35E3A9;
--sky-blue-600: #1BC58D;
--sky-blue-700: #159D70;
--sky-blue-800: #0F7050;
--sky-blue-900: #0A4833;
--sky-blue-950: #062D20;
}