Sky Blue
#5FECD5
CyanColor Codes
All color formats for development
HEX
#5FECD5RGB
rgb(95, 236, 213)HSL
hsl(170, 79%, 65%)OKLCH
oklch(0.86 0.126 180.6)CMYK
cmyk(60%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9CD
2#24E5C5
3#18D0B1
4#15B298
5#11947F
6#0E7765
7#0A594C
8#073B33
9#031E19
Tints
Lighter variations
1#6FEED9
2#7FF0DD
3#8FF2E1
4#9FF4E6
5#AFF6EA
6#BFF8EE
7#CFF9F2
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#66E5D0
2#6DDECB
3#74D7C7
4#7BD0C2
5#82C9BD
6#8AC2B9
7#91BBB4
8#98B4AF
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8EF;
--sky-blue-300: #96F3E3;
--sky-blue-400: #5FECD5;
--sky-blue-500: #32E7C9;
--sky-blue-600: #18C9AB;
--sky-blue-700: #13A088;
--sky-blue-800: #0D7261;
--sky-blue-900: #09493E;
--sky-blue-950: #052E27;
}