Sky Blue
#5DEFE3
CyanColor Codes
All color formats for development
HEX
#5DEFE3RGB
rgb(93, 239, 227)HSL
hsl(175, 82%, 65%)OKLCH
oklch(0.871 0.125 187.5)CMYK
cmyk(61%, 0%, 5%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECDD
2#20E9D8
3#15D3C3
4#12B5A7
5#0F978C
6#0C7970
7#095A54
8#063C38
9#031E1C
Tints
Lighter variations
1#6DF1E6
2#7DF2E8
3#8DF4EB
4#9EF5EE
5#AEF7F1
6#BEF9F4
7#CEFAF7
8#DFFCF9
9#EFFDFC
Tones
Muted variations
1#64E8DD
2#6BE0D7
3#73D9D0
4#7AD2CA
5#81CAC4
6#88C3BE
7#90BCB8
8#97B4B2
9#9EADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A45 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCF9;
--sky-blue-200: #C3F9F5;
--sky-blue-300: #94F4EC;
--sky-blue-400: #5DEFE3;
--sky-blue-500: #2EEADB;
--sky-blue-600: #14CCBD;
--sky-blue-700: #10A296;
--sky-blue-800: #0B746B;
--sky-blue-900: #074A45;
--sky-blue-950: #052E2B;
}