Sky Blue
#62EAC1
GreenColor Codes
All color formats for development
HEX
#62EAC1RGB
rgb(98, 234, 193)HSL
hsl(162, 76%, 65%)OKLCH
oklch(0.851 0.133 170.2)CMYK
cmyk(58%, 0%, 18%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6B5
2#28E2AA
3#1CCC97
4#18AF82
5#14926C
6#107556
7#0C5841
8#083A2B
9#041D16
Tints
Lighter variations
1#72ECC7
2#81EECD
3#91F0D4
4#A1F2DA
5#B0F4E0
6#C0F6E6
7#D0F9EC
8#E0FBF3
9#EFFDF9
Tones
Muted variations
1#69E3BE
2#6FDCBB
3#76D5B9
4#7DCEB6
5#84C8B3
6#8BC1B1
7#91BAAE
8#98B3AB
9#9FADA8
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 #C5F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | 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: #C5F7E8;
--sky-blue-300: #98F1D6;
--sky-blue-400: #62EAC1;
--sky-blue-500: #35E3AF;
--sky-blue-600: #1BC592;
--sky-blue-700: #159D74;
--sky-blue-800: #0F7053;
--sky-blue-900: #0A4835;
--sky-blue-950: #062D21;
}