Sky Blue
#62EAE3
CyanColor Codes
All color formats for development
HEX
#62EAE3RGB
rgb(98, 234, 227)HSL
hsl(177, 76%, 65%)OKLCH
oklch(0.861 0.118 190.5)CMYK
cmyk(58%, 0%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6DE
2#28E2D8
3#1CCCC3
4#18AFA7
5#14928C
6#107570
7#0C5854
8#083A38
9#041D1C
Tints
Lighter variations
1#72ECE6
2#81EEE8
3#91F0EB
4#A1F2EE
5#B0F4F1
6#C0F6F4
7#D0F9F7
8#E0FBF9
9#EFFDFC
Tones
Muted variations
1#69E3DD
2#6FDCD7
3#76D5D0
4#7DCECA
5#84C8C4
6#8BC1BE
7#91BAB8
8#98B3B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4845 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FBF9;
--sky-blue-200: #C5F7F5;
--sky-blue-300: #98F1EC;
--sky-blue-400: #62EAE3;
--sky-blue-500: #35E3DB;
--sky-blue-600: #1BC5BD;
--sky-blue-700: #159D96;
--sky-blue-800: #0F706B;
--sky-blue-900: #0A4845;
--sky-blue-950: #062D2B;
}