Sky Blue
#62E3EA
CyanColor Codes
All color formats for development
HEX
#62E3EARGB
rgb(98, 227, 234)HSL
hsl(183, 76%, 65%)OKLCH
oklch(0.847 0.113 200.2)CMYK
cmyk(58%, 3%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45DEE6
2#28D8E2
3#1CC3CC
4#18A7AF
5#148C92
6#107075
7#0C5458
8#08383A
9#041C1D
Tints
Lighter variations
1#72E6EC
2#81E8EE
3#91EBF0
4#A1EEF2
5#B0F1F4
6#C0F4F6
7#D0F7F9
8#E0F9FB
9#EFFCFD
Tones
Muted variations
1#69DDE3
2#6FD7DC
3#76D0D5
4#7DCACE
5#84C4C8
6#8BBEC1
7#91B8BA
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 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EC #98ECF1 | BordersInactive statesPlaceholder text |
| 400 | 62E3 #62E3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DB #35DBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBD #1BBDC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1596 #15969D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6B #0F6B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A45 #0A4548 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0F9FB;
--sky-blue-200: #C5F5F7;
--sky-blue-300: #98ECF1;
--sky-blue-400: #62E3EA;
--sky-blue-500: #35DBE3;
--sky-blue-600: #1BBDC5;
--sky-blue-700: #15969D;
--sky-blue-800: #0F6B70;
--sky-blue-900: #0A4548;
--sky-blue-950: #062B2D;
}