Sky Blue
#5DEFBE
GreenColor Codes
All color formats for development
HEX
#5DEFBERGB
rgb(93, 239, 190)HSL
hsl(160, 82%, 65%)OKLCH
oklch(0.86 0.144 167.4)CMYK
cmyk(61%, 0%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECB2
2#20E9A6
3#15D394
4#12B57F
5#0F976A
6#0C7954
7#095A3F
8#063C2A
9#031E15
Tints
Lighter variations
1#6DF1C5
2#7DF2CB
3#8DF4D2
4#9EF5D8
5#AEF7DF
6#BEF9E5
7#CEFAEC
8#DFFCF2
9#EFFDF9
Tones
Muted variations
1#64E8BC
2#6BE0B9
3#73D9B7
4#7AD2B4
5#81CAB2
6#88C3B0
7#90BCAD
8#97B4AB
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFBE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A34 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DFFCF2;
--sky-blue-200: #C3F9E7;
--sky-blue-300: #94F4D4;
--sky-blue-400: #5DEFBE;
--sky-blue-500: #2EEAAC;
--sky-blue-600: #14CC8F;
--sky-blue-700: #10A272;
--sky-blue-800: #0B7451;
--sky-blue-900: #074A34;
--sky-blue-950: #052E20;
}