Sky Blue
#62EAD7
CyanColor Codes
All color formats for development
HEX
#62EAD7RGB
rgb(98, 234, 215)HSL
hsl(172, 76%, 65%)OKLCH
oklch(0.857 0.122 182.7)CMYK
cmyk(58%, 0%, 8%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6D0
2#28E2C9
3#1CCCB5
4#18AF9B
5#149281
6#107567
7#0C584D
8#083A34
9#041D1A
Tints
Lighter variations
1#72ECDB
2#81EEDF
3#91F0E3
4#A1F2E7
5#B0F4EB
6#C0F6EF
7#D0F9F3
8#E0FBF7
9#EFFDFB
Tones
Muted variations
1#69E3D3
2#6FDCCE
3#76D5C9
4#7DCEC4
5#84C8BF
6#8BC1BA
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 #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4840 | 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: #E0FBF7;
--sky-blue-200: #C5F7F0;
--sky-blue-300: #98F1E5;
--sky-blue-400: #62EAD7;
--sky-blue-500: #35E3CC;
--sky-blue-600: #1BC5AF;
--sky-blue-700: #159D8B;
--sky-blue-800: #0F7063;
--sky-blue-900: #0A4840;
--sky-blue-950: #062D28;
}