Sky Blue
#5DEFE0
CyanColor Codes
All color formats for development
HEX
#5DEFE0RGB
rgb(93, 239, 224)HSL
hsl(174, 82%, 65%)OKLCH
oklch(0.87 0.126 185.7)CMYK
cmyk(61%, 0%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECDB
2#20E9D5
3#15D3C0
4#12B5A5
5#0F9789
6#0C796E
7#095A52
8#063C37
9#031E1B
Tints
Lighter variations
1#6DF1E3
2#7DF2E6
3#8DF4EA
4#9EF5ED
5#AEF7F0
6#BEF9F3
7#CEFAF6
8#DFFCF9
9#EFFDFC
Tones
Muted variations
1#64E8DA
2#6BE0D5
3#73D9CF
4#7AD2C9
5#81CAC3
6#88C3BD
7#90BCB7
8#97B4B1
9#9EADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DFFCF9;
--sky-blue-200: #C3F9F4;
--sky-blue-300: #94F4EB;
--sky-blue-400: #5DEFE0;
--sky-blue-500: #2EEAD8;
--sky-blue-600: #14CCBA;
--sky-blue-700: #10A294;
--sky-blue-800: #0B746A;
--sky-blue-900: #074A44;
--sky-blue-950: #052E2A;
}