Sky Blue
#5EE8ED
CyanColor Codes
All color formats for development
HEX
#5EE8EDRGB
rgb(94, 232, 237)HSL
hsl(182, 80%, 65%)OKLCH
oklch(0.858 0.119 198.5)CMYK
cmyk(60%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41E4EA
2#23E0E7
3#17CBD1
4#14AEB3
5#119195
6#0D7477
7#0A575A
8#073A3C
9#031D1E
Tints
Lighter variations
1#6EEBEF
2#7EEDF1
3#8FEFF3
4#9FF1F4
5#AFF4F6
6#BFF6F8
7#CFF8FA
8#DFFAFB
9#EFFDFD
Tones
Muted variations
1#65E2E6
2#6DDBDF
3#74D4D8
4#7BCED1
5#82C7C9
6#89C0C2
7#90BABB
8#97B3B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F0 #95F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5EE8 #5EE8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30E2 #30E2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C4 #16C4CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129C #129CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #084749 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C3F7F8;
--sky-blue-300: #95F0F3;
--sky-blue-400: #5EE8ED;
--sky-blue-500: #30E2E8;
--sky-blue-600: #16C4CA;
--sky-blue-700: #129CA1;
--sky-blue-800: #0D6F73;
--sky-blue-900: #084749;
--sky-blue-950: #052D2E;
}