Sky Blue
#5DE8EF
CyanColor Codes
All color formats for development
HEX
#5DE8EFRGB
rgb(93, 232, 239)HSL
hsl(183, 82%, 65%)OKLCH
oklch(0.859 0.119 199.8)CMYK
cmyk(61%, 3%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EE3EC
2#20DFE9
3#15CAD3
4#12ADB5
5#0F9097
6#0C7379
7#09565A
8#063A3C
9#031D1E
Tints
Lighter variations
1#6DEAF1
2#7DECF2
3#8DEFF4
4#9EF1F5
5#AEF3F7
6#BEF6F9
7#CEF8FA
8#DFFAFC
9#EFFDFD
Tones
Muted variations
1#64E1E8
2#6BDAE0
3#73D4D9
4#7ACDD2
5#81C7CA
6#88C0C3
7#90BABC
8#97B3B4
9#9EACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE8 #5DE8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE1 #2EE1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C3 #14C3CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109B #109BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474A | 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: #F1FDFE;
--sky-blue-100: #DFFAFC;
--sky-blue-200: #C3F6F9;
--sky-blue-300: #94F0F4;
--sky-blue-400: #5DE8EF;
--sky-blue-500: #2EE1EA;
--sky-blue-600: #14C3CC;
--sky-blue-700: #109BA2;
--sky-blue-800: #0B6F74;
--sky-blue-900: #07474A;
--sky-blue-950: #052C2E;
}