Sky Blue
#62EADA
CyanColor Codes
All color formats for development
HEX
#62EADARGB
rgb(98, 234, 218)HSL
hsl(173, 76%, 65%)OKLCH
oklch(0.858 0.121 184.6)CMYK
cmyk(58%, 0%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6D3
2#28E2CC
3#1CCCB8
4#18AF9D
5#149283
6#107569
7#0C584F
8#083A34
9#041D1A
Tints
Lighter variations
1#72ECDD
2#81EEE1
3#91F0E5
4#A1F2E9
5#B0F4EC
6#C0F6F0
7#D0F9F4
8#E0FBF8
9#EFFDFB
Tones
Muted variations
1#69E3D5
2#6FDCCF
3#76D5CA
4#7DCEC5
5#84C8C0
6#8BC1BB
7#91BAB5
8#98B3B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF8;
--sky-blue-200: #C5F7F1;
--sky-blue-300: #98F1E7;
--sky-blue-400: #62EADA;
--sky-blue-500: #35E3CF;
--sky-blue-600: #1BC5B2;
--sky-blue-700: #159D8D;
--sky-blue-800: #0F7065;
--sky-blue-900: #0A4841;
--sky-blue-950: #062D28;
}