Sky Blue
#5FECC7
GreenColor Codes
All color formats for development
HEX
#5FECC7RGB
rgb(95, 236, 199)HSL
hsl(164, 79%, 65%)OKLCH
oklch(0.856 0.133 172.7)CMYK
cmyk(60%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9BC
2#24E5B2
3#18D09F
4#15B288
5#119471
6#0E775B
7#0A5944
8#073B2D
9#031E17
Tints
Lighter variations
1#6FEECC
2#7FF0D2
3#8FF2D8
4#9FF4DD
5#AFF6E3
6#BFF8E8
7#CFF9EE
8#DFFBF4
9#EFFDF9
Tones
Muted variations
1#66E5C3
2#6DDEC0
3#74D7BD
4#7BD0B9
5#82C9B6
6#8AC2B3
7#91BBB0
8#98B4AC
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | 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: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C4F8EA;
--sky-blue-300: #96F3DA;
--sky-blue-400: #5FECC7;
--sky-blue-500: #32E7B7;
--sky-blue-600: #18C99A;
--sky-blue-700: #13A07A;
--sky-blue-800: #0D7257;
--sky-blue-900: #094938;
--sky-blue-950: #052E23;
}