Sky Blue
#5FECCE
CyanColor Codes
All color formats for development
HEX
#5FECCERGB
rgb(95, 236, 206)HSL
hsl(167, 79%, 65%)OKLCH
oklch(0.858 0.129 176.5)CMYK
cmyk(60%, 0%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9C5
2#24E5BB
3#18D0A8
4#15B290
5#119478
6#0E7760
7#0A5948
8#073B30
9#031E18
Tints
Lighter variations
1#6FEED3
2#7FF0D8
3#8FF2DC
4#9FF4E1
5#AFF6E6
6#BFF8EB
7#CFF9F0
8#DFFBF5
9#EFFDFA
Tones
Muted variations
1#66E5CA
2#6DDEC6
3#74D7C2
4#7BD0BE
5#82C9BA
6#8AC2B6
7#91BBB2
8#98B4AE
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECCE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF5;
--sky-blue-200: #C4F8ED;
--sky-blue-300: #96F3DF;
--sky-blue-400: #5FECCE;
--sky-blue-500: #32E7C0;
--sky-blue-600: #18C9A2;
--sky-blue-700: #13A081;
--sky-blue-800: #0D725C;
--sky-blue-900: #09493B;
--sky-blue-950: #052E25;
}