Sky Blue
#5FECE5
CyanColor Codes
All color formats for development
HEX
#5FECE5RGB
rgb(95, 236, 229)HSL
hsl(177, 79%, 65%)OKLCH
oklch(0.865 0.121 190.6)CMYK
cmyk(60%, 0%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9E0
2#24E5DC
3#18D0C7
4#15B2AA
5#11948E
6#0E7771
7#0A5955
8#073B39
9#031E1C
Tints
Lighter variations
1#6FEEE8
2#7FF0EA
3#8FF2ED
4#9FF4F0
5#AFF6F2
6#BFF8F5
7#CFF9F7
8#DFFBFA
9#EFFDFC
Tones
Muted variations
1#66E5DF
2#6DDED9
3#74D7D2
4#7BD0CC
5#82C9C5
6#8AC2BF
7#91BBB9
8#98B4B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C4F8F5;
--sky-blue-300: #96F3EE;
--sky-blue-400: #5FECE5;
--sky-blue-500: #32E7DE;
--sky-blue-600: #18C9C0;
--sky-blue-700: #13A099;
--sky-blue-800: #0D726D;
--sky-blue-900: #094946;
--sky-blue-950: #052E2C;
}