Sky Blue
#5DEFE5
CyanColor Codes
All color formats for development
HEX
#5DEFE5RGB
rgb(93, 239, 229)HSL
hsl(176, 82%, 65%)OKLCH
oklch(0.872 0.125 188.8)CMYK
cmyk(61%, 0%, 4%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECE0
2#20E9DC
3#15D3C6
4#12B5AA
5#0F978E
6#0C7971
7#095A55
8#063C39
9#031E1C
Tints
Lighter variations
1#6DF1E8
2#7DF2EA
3#8DF4ED
4#9EF5F0
5#AEF7F2
6#BEF9F5
7#CEFAF7
8#DFFCFA
9#EFFDFC
Tones
Muted variations
1#64E8DF
2#6BE0D8
3#73D9D2
4#7AD2CC
5#81CAC5
6#88C3BF
7#90BCB9
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 #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE5 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746D | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A46 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCFA;
--sky-blue-200: #C3F9F5;
--sky-blue-300: #94F4EE;
--sky-blue-400: #5DEFE5;
--sky-blue-500: #2EEADE;
--sky-blue-600: #14CCC0;
--sky-blue-700: #10A299;
--sky-blue-800: #0B746D;
--sky-blue-900: #074A46;
--sky-blue-950: #052E2C;
}