Sky Blue
#5DEEE4
CyanColor Codes
All color formats for development
HEX
#5DEEE4RGB
rgb(93, 238, 228)HSL
hsl(176, 81%, 65%)OKLCH
oklch(0.869 0.124 188.7)CMYK
cmyk(61%, 0%, 4%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBDF
2#21E8DB
3#16D2C5
4#13B4A9
5#10968D
6#0D7871
7#095A55
8#063C38
9#031E1C
Tints
Lighter variations
1#6EF0E7
2#7EF1EA
3#8EF3EC
4#9EF5EF
5#AEF7F2
6#BEF8F4
7#CFFAF7
8#DFFCFA
9#EFFDFC
Tones
Muted variations
1#65E7DE
2#6CE0D8
3#73D8D2
4#7AD1CB
5#82CAC5
6#89C3BF
7#90BBB9
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 #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A45 | 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: #DFFCFA;
--sky-blue-200: #C3F9F5;
--sky-blue-300: #95F4EE;
--sky-blue-400: #5DEEE4;
--sky-blue-500: #2FE9DD;
--sky-blue-600: #15CBBF;
--sky-blue-700: #11A298;
--sky-blue-800: #0C736D;
--sky-blue-900: #084A45;
--sky-blue-950: #052E2B;
}