Sky Blue
#62E7EA
CyanColor Codes
All color formats for development
HEX
#62E7EARGB
rgb(98, 231, 234)HSL
hsl(181, 76%, 65%)OKLCH
oklch(0.856 0.116 197.3)CMYK
cmyk(58%, 1%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E3E6
2#28DFE2
3#1CC9CC
4#18ADAF
5#149092
6#107375
7#0C5658
8#083A3A
9#041D1D
Tints
Lighter variations
1#72EAEC
2#81ECEE
3#91EEF0
4#A1F1F2
5#B0F3F4
6#C0F6F6
7#D0F8F9
8#E0FAFB
9#EFFDFD
Tones
Muted variations
1#69E1E3
2#6FDADC
3#76D4D5
4#7DCDCE
5#84C7C8
6#8BC0C1
7#91B9BA
8#98B3B3
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 | C5F6 #C5F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EF #98EFF1 | BordersInactive statesPlaceholder text |
| 400 | 62E7 #62E7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35E1 #35E1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC3 #1BC3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159B #159B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6F #0F6F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4748 | 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: #C5F6F7;
--sky-blue-300: #98EFF1;
--sky-blue-400: #62E7EA;
--sky-blue-500: #35E1E3;
--sky-blue-600: #1BC3C5;
--sky-blue-700: #159B9D;
--sky-blue-800: #0F6F70;
--sky-blue-900: #0A4748;
--sky-blue-950: #062C2D;
}