Sky Blue
#62E5EA
CyanColor Codes
All color formats for development
HEX
#62E5EARGB
rgb(98, 229, 234)HSL
hsl(182, 76%, 65%)OKLCH
oklch(0.851 0.114 198.7)CMYK
cmyk(58%, 2%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E0E6
2#28DBE2
3#1CC6CC
4#18AAAF
5#148E92
6#107175
7#0C5558
8#08393A
9#041C1D
Tints
Lighter variations
1#72E8EC
2#81EAEE
3#91EDF0
4#A1EFF2
5#B0F2F4
6#C0F5F6
7#D0F7F9
8#E0FAFB
9#EFFCFD
Tones
Muted variations
1#69DFE3
2#6FD8DC
3#76D2D5
4#7DCCCE
5#84C5C8
6#8BBFC1
7#91B9BA
8#98B2B3
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EE #98EEF1 | BordersInactive statesPlaceholder text |
| 400 | 62E5 #62E5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DE #35DEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC0 #1BC0C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6D #0F6D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A46 #0A4648 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFB;
--sky-blue-200: #C5F5F7;
--sky-blue-300: #98EEF1;
--sky-blue-400: #62E5EA;
--sky-blue-500: #35DEE3;
--sky-blue-600: #1BC0C5;
--sky-blue-700: #15999D;
--sky-blue-800: #0F6D70;
--sky-blue-900: #0A4648;
--sky-blue-950: #062C2D;
}