Sky Blue
#5DEEE2
CyanColor Codes
All color formats for development
HEX
#5DEEE2RGB
rgb(93, 238, 226)HSL
hsl(175, 81%, 65%)OKLCH
oklch(0.868 0.125 187.5)CMYK
cmyk(61%, 0%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBDD
2#21E8D7
3#16D2C2
4#13B4A7
5#10968B
6#0D786F
7#095A53
8#063C38
9#031E1C
Tints
Lighter variations
1#6EF0E5
2#7EF1E8
3#8EF3EB
4#9EF5EE
5#AEF7F0
6#BEF8F3
7#CFFAF6
8#DFFCF9
9#EFFDFC
Tones
Muted variations
1#65E7DC
2#6CE0D6
3#73D8D0
4#7AD1CA
5#82CAC4
6#89C3BE
7#90BBB8
8#97B4B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCF9;
--sky-blue-200: #C3F9F4;
--sky-blue-300: #95F4EC;
--sky-blue-400: #5DEEE2;
--sky-blue-500: #2FE9DA;
--sky-blue-600: #15CBBC;
--sky-blue-700: #11A295;
--sky-blue-800: #0C736B;
--sky-blue-900: #084A44;
--sky-blue-950: #052E2B;
}