Sky Blue
#5DEFD9
CyanColor Codes
All color formats for development
HEX
#5DEFD9RGB
rgb(93, 239, 217)HSL
hsl(171, 82%, 65%)OKLCH
oklch(0.868 0.129 181.5)CMYK
cmyk(61%, 0%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECD2
2#20E9CB
3#15D3B7
4#12B59D
5#0F9782
6#0C7968
7#095A4E
8#063C34
9#031E1A
Tints
Lighter variations
1#6DF1DD
2#7DF2E1
3#8DF4E4
4#9EF5E8
5#AEF7EC
6#BEF9F0
7#CEFAF4
8#DFFCF7
9#EFFDFB
Tones
Muted variations
1#64E8D4
2#6BE0CF
3#73D9CA
4#7AD2C4
5#81CABF
6#88C3BA
7#90BCB5
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 #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DFFCF7;
--sky-blue-200: #C3F9F1;
--sky-blue-300: #94F4E6;
--sky-blue-400: #5DEFD9;
--sky-blue-500: #2EEACE;
--sky-blue-600: #14CCB1;
--sky-blue-700: #10A28C;
--sky-blue-800: #0B7464;
--sky-blue-900: #074A40;
--sky-blue-950: #052E28;
}