Sky Blue
#5DEFC5
GreenColor Codes
All color formats for development
HEX
#5DEFC5RGB
rgb(93, 239, 197)HSL
hsl(163, 82%, 65%)OKLCH
oklch(0.862 0.139 170.7)CMYK
cmyk(61%, 0%, 18%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECBB
2#20E9B0
3#15D39D
4#12B587
5#0F9770
6#0C795A
7#095A43
8#063C2D
9#031E16
Tints
Lighter variations
1#6DF1CB
2#7DF2D1
3#8DF4D7
4#9EF5DC
5#AEF7E2
6#BEF9E8
7#CEFAEE
8#DFFCF3
9#EFFDF9
Tones
Muted variations
1#64E8C2
2#6BE0BF
3#73D9BC
4#7AD2B9
5#81CAB6
6#88C3B2
7#90BCAF
8#97B4AC
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC5 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A37 | 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: #DFFCF3;
--sky-blue-200: #C3F9EA;
--sky-blue-300: #94F4D9;
--sky-blue-400: #5DEFC5;
--sky-blue-500: #2EEAB5;
--sky-blue-600: #14CC98;
--sky-blue-700: #10A279;
--sky-blue-800: #0B7456;
--sky-blue-900: #074A37;
--sky-blue-950: #052E23;
}