Sky Blue
#62EAC8
CyanColor Codes
All color formats for development
HEX
#62EAC8RGB
rgb(98, 234, 200)HSL
hsl(165, 76%, 65%)OKLCH
oklch(0.853 0.129 173.9)CMYK
cmyk(58%, 0%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6BD
2#28E2B3
3#1CCCA0
4#18AF89
5#149272
6#10755B
7#0C5845
8#083A2E
9#041D17
Tints
Lighter variations
1#72ECCD
2#81EED3
3#91F0D8
4#A1F2DE
5#B0F4E3
6#C0F6E9
7#D0F9EE
8#E0FBF4
9#EFFDF9
Tones
Muted variations
1#69E3C4
2#6FDCC1
3#76D5BD
4#7DCEBA
5#84C8B7
6#8BC1B3
7#91BAB0
8#98B3AD
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4838 | 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: #E0FBF4;
--sky-blue-200: #C5F7EA;
--sky-blue-300: #98F1DB;
--sky-blue-400: #62EAC8;
--sky-blue-500: #35E3B8;
--sky-blue-600: #1BC59B;
--sky-blue-700: #159D7B;
--sky-blue-800: #0F7058;
--sky-blue-900: #0A4838;
--sky-blue-950: #062D23;
}