Sky Blue
#5DEFCF
CyanColor Codes
All color formats for development
HEX
#5DEFCFRGB
rgb(93, 239, 207)HSL
hsl(167, 82%, 65%)OKLCH
oklch(0.865 0.133 175.8)CMYK
cmyk(61%, 0%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECC6
2#20E9BD
3#15D3AA
4#12B592
5#0F9779
6#0C7961
7#095A49
8#063C31
9#031E18
Tints
Lighter variations
1#6DF1D4
2#7DF2D9
3#8DF4DE
4#9EF5E2
5#AEF7E7
6#BEF9EC
7#CEFAF1
8#DFFCF5
9#EFFDFA
Tones
Muted variations
1#64E8CB
2#6BE0C7
3#73D9C3
4#7AD2BF
5#81CABA
6#88C3B6
7#90BCB2
8#97B4AE
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCF | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A283 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745D | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF5;
--sky-blue-200: #C3F9ED;
--sky-blue-300: #94F4E0;
--sky-blue-400: #5DEFCF;
--sky-blue-500: #2EEAC2;
--sky-blue-600: #14CCA4;
--sky-blue-700: #10A283;
--sky-blue-800: #0B745D;
--sky-blue-900: #074A3C;
--sky-blue-950: #052E25;
}