Sky Blue
#62EADC
CyanColor Codes
All color formats for development
HEX
#62EADCRGB
rgb(98, 234, 220)HSL
hsl(174, 76%, 65%)OKLCH
oklch(0.858 0.12 185.9)CMYK
cmyk(58%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6D6
2#28E2CF
3#1CCCBB
4#18AFA0
5#149285
6#10756B
7#0C5850
8#083A35
9#041D1B
Tints
Lighter variations
1#72ECE0
2#81EEE3
3#91F0E7
4#A1F2EA
5#B0F4EE
6#C0F6F1
7#D0F9F5
8#E0FBF8
9#EFFDFC
Tones
Muted variations
1#69E3D7
2#6FDCD1
3#76D5CC
4#7DCEC6
5#84C8C1
6#8BC1BB
7#91BAB6
8#98B3B1
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 #C5F7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4842 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | 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: #C5F7F2;
--sky-blue-300: #98F1E8;
--sky-blue-400: #62EADC;
--sky-blue-500: #35E3D2;
--sky-blue-600: #1BC5B4;
--sky-blue-700: #159D90;
--sky-blue-800: #0F7067;
--sky-blue-900: #0A4842;
--sky-blue-950: #062D29;
}