Sky Blue
#5EE6ED
CyanColor Codes
All color formats for development
HEX
#5EE6EDRGB
rgb(94, 230, 237)HSL
hsl(183, 80%, 65%)OKLCH
oklch(0.853 0.117 199.9)CMYK
cmyk(60%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41E1EA
2#23DDE7
3#17C8D1
4#14ABB3
5#118F95
6#0D7277
7#0A565A
8#07393C
9#031D1E
Tints
Lighter variations
1#6EE9EF
2#7EEBF1
3#8FEEF3
4#9FF0F4
5#AFF3F6
6#BFF5F8
7#CFF8FA
8#DFFAFB
9#EFFDFD
Tones
Muted variations
1#65E0E6
2#6DD9DF
3#74D3D8
4#7BCCD1
5#82C6C9
6#89BFC2
7#90B9BB
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 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | 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: #C3F6F8;
--sky-blue-300: #95EFF3;
--sky-blue-400: #5EE6ED;
--sky-blue-500: #30DFE8;
--sky-blue-600: #16C1CA;
--sky-blue-700: #129AA1;
--sky-blue-800: #0D6E73;
--sky-blue-900: #084649;
--sky-blue-950: #052C2E;
}