Sky Blue
#5DEFDB
CyanColor Codes
All color formats for development
HEX
#5DEFDBRGB
rgb(93, 239, 219)HSL
hsl(172, 82%, 65%)OKLCH
oklch(0.868 0.128 182.7)CMYK
cmyk(61%, 0%, 8%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECD5
2#20E9CE
3#15D3BA
4#12B59F
5#0F9785
6#0C796A
7#095A50
8#063C35
9#031E1B
Tints
Lighter variations
1#6DF1DF
2#7DF2E3
3#8DF4E6
4#9EF5EA
5#AEF7ED
6#BEF9F1
7#CEFAF4
8#DFFCF8
9#EFFDFB
Tones
Muted variations
1#64E8D6
2#6BE0D1
3#73D9CB
4#7AD2C6
5#81CAC1
6#88C3BB
7#90BCB6
8#97B4B0
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 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E8 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDB | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A41 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | 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: #C3F9F2;
--sky-blue-300: #94F4E8;
--sky-blue-400: #5DEFDB;
--sky-blue-500: #2EEAD1;
--sky-blue-600: #14CCB4;
--sky-blue-700: #10A28F;
--sky-blue-800: #0B7466;
--sky-blue-900: #074A41;
--sky-blue-950: #052E29;
}