Sky Blue
#5DEFCD
CyanColor Codes
All color formats for development
HEX
#5DEFCDRGB
rgb(93, 239, 205)HSL
hsl(166, 82%, 65%)OKLCH
oklch(0.864 0.134 174.8)CMYK
cmyk(61%, 0%, 14%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECC3
2#20E9BA
3#15D3A7
4#12B58F
5#0F9777
6#0C795F
7#095A47
8#063C30
9#031E18
Tints
Lighter variations
1#6DF1D2
2#7DF2D7
3#8DF4DC
4#9EF5E1
5#AEF7E6
6#BEF9EB
7#CEFAF0
8#DFFCF5
9#EFFDFA
Tones
Muted variations
1#64E8C9
2#6BE0C5
3#73D9C1
4#7AD2BD
5#81CAB9
6#88C3B5
7#90BCB1
8#97B4AE
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCD | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF5;
--sky-blue-200: #C3F9EC;
--sky-blue-300: #94F4DE;
--sky-blue-400: #5DEFCD;
--sky-blue-500: #2EEABE;
--sky-blue-600: #14CCA1;
--sky-blue-700: #10A280;
--sky-blue-800: #0B745C;
--sky-blue-900: #074A3B;
--sky-blue-950: #052E25;
}