Sky Blue
#5DEAEF
CyanColor Codes
All color formats for development
HEX
#5DEAEFRGB
rgb(93, 234, 239)HSL
hsl(182, 82%, 65%)OKLCH
oklch(0.863 0.12 198.5)CMYK
cmyk(61%, 2%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EE6EC
2#20E2E9
3#15CDD3
4#12B0B5
5#0F9297
6#0C7579
7#09585A
8#063B3C
9#031D1E
Tints
Lighter variations
1#6DECF1
2#7DEEF2
3#8DF0F4
4#9EF2F5
5#AEF5F7
6#BEF7F9
7#CEF9FA
8#DFFBFC
9#EFFDFD
Tones
Muted variations
1#64E3E8
2#6BDCE0
3#73D6D9
4#7ACFD2
5#81C8CA
6#88C1C3
7#90BABC
8#97B3B4
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F1 #94F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEA #5DEAEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE4 #2EE4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C6 #14C6CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109E #109EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484A | 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: #F1FDFE;
--sky-blue-100: #DFFBFC;
--sky-blue-200: #C3F7F9;
--sky-blue-300: #94F1F4;
--sky-blue-400: #5DEAEF;
--sky-blue-500: #2EE4EA;
--sky-blue-600: #14C6CC;
--sky-blue-700: #109EA2;
--sky-blue-800: #0B7174;
--sky-blue-900: #07484A;
--sky-blue-950: #052D2E;
}