Sky Blue
#5FE8EC
CyanColor Codes
All color formats for development
HEX
#5FE8ECRGB
rgb(95, 232, 236)HSL
hsl(182, 79%, 65%)OKLCH
oklch(0.858 0.118 197.9)CMYK
cmyk(60%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E3E9
2#24DFE5
3#18CAD0
4#15ADB2
5#119094
6#0E7377
7#0A5659
8#073A3B
9#031D1E
Tints
Lighter variations
1#6FEAEE
2#7FECF0
3#8FEFF2
4#9FF1F4
5#AFF3F6
6#BFF6F8
7#CFF8F9
8#DFFAFB
9#EFFDFD
Tones
Muted variations
1#66E1E5
2#6DDADE
3#74D4D7
4#7BCDD0
5#82C7C9
6#8AC0C2
7#91B9BB
8#98B3B4
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 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F0 #96F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FE8 #5FE8EC | Disabled statesSecondary iconsMuted text |
| 500 | 32E1 #32E1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C3 #18C3C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139B #139BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | 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: #C4F6F8;
--sky-blue-300: #96F0F3;
--sky-blue-400: #5FE8EC;
--sky-blue-500: #32E1E7;
--sky-blue-600: #18C3C9;
--sky-blue-700: #139BA0;
--sky-blue-800: #0D6F72;
--sky-blue-900: #094749;
--sky-blue-950: #052C2E;
}