Sky Blue
#5DEFD7
CyanColor Codes
All color formats for development
HEX
#5DEFD7RGB
rgb(93, 239, 215)HSL
hsl(170, 82%, 65%)OKLCH
oklch(0.867 0.129 180.3)CMYK
cmyk(61%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECCF
2#20E9C8
3#15D3B3
4#12B59A
5#0F9780
6#0C7967
7#095A4D
8#063C33
9#031E1A
Tints
Lighter variations
1#6DF1DB
2#7DF2DF
3#8DF4E3
4#9EF5E7
5#AEF7EB
6#BEF9EF
7#CEFAF3
8#DFFCF7
9#EFFDFB
Tones
Muted variations
1#64E8D2
2#6BE0CD
3#73D9C8
4#7AD2C3
5#81CABE
6#88C3B9
7#90BCB4
8#97B4B0
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DFFCF7;
--sky-blue-200: #C3F9F0;
--sky-blue-300: #94F4E4;
--sky-blue-400: #5DEFD7;
--sky-blue-500: #2EEACB;
--sky-blue-600: #14CCAE;
--sky-blue-700: #10A28A;
--sky-blue-800: #0B7463;
--sky-blue-900: #074A3F;
--sky-blue-950: #052E27;
}