Sky Blue
#5FECC9
CyanColor Codes
All color formats for development
HEX
#5FECC9RGB
rgb(95, 236, 201)HSL
hsl(165, 79%, 65%)OKLCH
oklch(0.857 0.132 173.8)CMYK
cmyk(60%, 0%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9BF
2#24E5B5
3#18D0A2
4#15B28B
5#119474
6#0E775C
7#0A5945
8#073B2E
9#031E17
Tints
Lighter variations
1#6FEECE
2#7FF0D4
3#8FF2D9
4#9FF4DF
5#AFF6E4
6#BFF8E9
7#CFF9EF
8#DFFBF4
9#EFFDFA
Tones
Muted variations
1#66E5C5
2#6DDEC2
3#74D7BE
4#7BD0BB
5#82C9B7
6#8AC2B4
7#91BBB0
8#98B4AD
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 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | 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: #C4F8EB;
--sky-blue-300: #96F3DC;
--sky-blue-400: #5FECC9;
--sky-blue-500: #32E7BA;
--sky-blue-600: #18C99D;
--sky-blue-700: #13A07D;
--sky-blue-800: #0D7259;
--sky-blue-900: #094939;
--sky-blue-950: #052E24;
}