Sky Blue
#5DEFDE
CyanColor Codes
All color formats for development
HEX
#5DEFDERGB
rgb(93, 239, 222)HSL
hsl(173, 82%, 65%)OKLCH
oklch(0.869 0.127 184.5)CMYK
cmyk(61%, 0%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECD8
2#20E9D2
3#15D3BD
4#12B5A2
5#0F9787
6#0C796C
7#095A51
8#063C36
9#031E1B
Tints
Lighter variations
1#6DF1E1
2#7DF2E4
3#8DF4E8
4#9EF5EB
5#AEF7EE
6#BEF9F2
7#CEFAF5
8#DFFCF8
9#EFFDFC
Tones
Muted variations
1#64E8D8
2#6BE0D3
3#73D9CD
4#7AD2C7
5#81CAC2
6#88C3BC
7#90BCB7
8#97B4B1
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A42 | 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: #DFFCF8;
--sky-blue-200: #C3F9F3;
--sky-blue-300: #94F4E9;
--sky-blue-400: #5DEFDE;
--sky-blue-500: #2EEAD4;
--sky-blue-600: #14CCB7;
--sky-blue-700: #10A291;
--sky-blue-800: #0B7468;
--sky-blue-900: #074A42;
--sky-blue-950: #052E2A;
}