Sky Blue
#5DEFC8
GreenColor Codes
All color formats for development
HEX
#5DEFC8RGB
rgb(93, 239, 200)HSL
hsl(164, 82%, 65%)OKLCH
oklch(0.863 0.137 172.2)CMYK
cmyk(61%, 0%, 16%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECBE
2#20E9B3
3#15D3A0
4#12B58A
5#0F9773
6#0C795C
7#095A45
8#063C2E
9#031E17
Tints
Lighter variations
1#6DF1CD
2#7DF2D3
3#8DF4D8
4#9EF5DE
5#AEF7E3
6#BEF9E9
7#CEFAEE
8#DFFCF4
9#EFFDF9
Tones
Muted variations
1#64E8C4
2#6BE0C1
3#73D9BE
4#7AD2BA
5#81CAB7
6#88C3B3
7#90BCB0
8#97B4AD
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A38 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DFFCF4;
--sky-blue-200: #C3F9EB;
--sky-blue-300: #94F4DB;
--sky-blue-400: #5DEFC8;
--sky-blue-500: #2EEAB8;
--sky-blue-600: #14CC9B;
--sky-blue-700: #10A27B;
--sky-blue-800: #0B7458;
--sky-blue-900: #074A38;
--sky-blue-950: #052E23;
}