Sky Blue
#5FECC4
GreenColor Codes
All color formats for development
HEX
#5FECC4RGB
rgb(95, 236, 196)HSL
hsl(163, 79%, 65%)OKLCH
oklch(0.855 0.135 171.2)CMYK
cmyk(60%, 0%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9B9
2#24E5AF
3#18D09C
4#15B285
5#11946F
6#0E7759
7#0A5943
8#073B2C
9#031E16
Tints
Lighter variations
1#6FEECA
2#7FF0D0
3#8FF2D6
4#9FF4DC
5#AFF6E2
6#BFF8E8
7#CFF9ED
8#DFFBF3
9#EFFDF9
Tones
Muted variations
1#66E5C1
2#6DDEBE
3#74D7BB
4#7BD0B8
5#82C9B5
6#8AC2B2
7#91BBAF
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC4 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C997 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7256 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C4F8E9;
--sky-blue-300: #96F3D8;
--sky-blue-400: #5FECC4;
--sky-blue-500: #32E7B4;
--sky-blue-600: #18C997;
--sky-blue-700: #13A078;
--sky-blue-800: #0D7256;
--sky-blue-900: #094937;
--sky-blue-950: #052E22;
}