Sky Blue
#5DEFEA
CyanColor Codes
All color formats for development
HEX
#5DEFEARGB
rgb(93, 239, 234)HSL
hsl(178, 82%, 65%)OKLCH
oklch(0.873 0.124 191.9)CMYK
cmyk(61%, 0%, 2%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECE6
2#20E9E2
3#15D3CD
4#12B5B0
5#0F9792
6#0C7975
7#095A58
8#063C3B
9#031E1D
Tints
Lighter variations
1#6DF1EC
2#7DF2EE
3#8DF4F0
4#9EF5F2
5#AEF7F5
6#BEF9F7
7#CEFAF9
8#DFFCFB
9#EFFDFD
Tones
Muted variations
1#64E8E3
2#6BE0DC
3#73D9D6
4#7AD2CF
5#81CAC8
6#88C3C1
7#90BCBA
8#97B4B3
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCFB;
--sky-blue-200: #C3F9F7;
--sky-blue-300: #94F4F1;
--sky-blue-400: #5DEFEA;
--sky-blue-500: #2EEAE4;
--sky-blue-600: #14CCC6;
--sky-blue-700: #10A29E;
--sky-blue-800: #0B7471;
--sky-blue-900: #074A48;
--sky-blue-950: #052E2D;
}