Sky Blue
#5DEFD2
CyanColor Codes
All color formats for development
HEX
#5DEFD2RGB
rgb(93, 239, 210)HSL
hsl(168, 82%, 65%)OKLCH
oklch(0.866 0.132 177.5)CMYK
cmyk(61%, 0%, 12%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECC9
2#20E9C1
3#15D3AD
4#12B594
5#0F977C
6#0C7963
7#095A4A
8#063C31
9#031E19
Tints
Lighter variations
1#6DF1D6
2#7DF2DB
3#8DF4DF
4#9EF5E4
5#AEF7E8
6#BEF9ED
7#CEFAF1
8#DFFCF6
9#EFFDFA
Tones
Muted variations
1#64E8CD
2#6BE0C9
3#73D9C4
4#7AD2C0
5#81CABC
6#88C3B7
7#90BCB3
8#97B4AF
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF6;
--sky-blue-200: #C3F9EE;
--sky-blue-300: #94F4E1;
--sky-blue-400: #5DEFD2;
--sky-blue-500: #2EEAC5;
--sky-blue-600: #14CCA7;
--sky-blue-700: #10A285;
--sky-blue-800: #0B745F;
--sky-blue-900: #074A3D;
--sky-blue-950: #052E26;
}