Sky Blue
#5DEEEC
CyanColor Codes
All color formats for development
HEX
#5DEEECRGB
rgb(93, 238, 236)HSL
hsl(179, 81%, 65%)OKLCH
oklch(0.871 0.123 193.8)CMYK
cmyk(61%, 0%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBE8
2#21E8E4
3#16D2CF
4#13B4B1
5#109694
6#0D7876
7#095A59
8#063C3B
9#031E1E
Tints
Lighter variations
1#6EF0EE
2#7EF1F0
3#8EF3F1
4#9EF5F3
5#AEF7F5
6#BEF8F7
7#CFFAF9
8#DFFCFB
9#EFFDFD
Tones
Muted variations
1#65E7E5
2#6CE0DE
3#73D8D7
4#7AD1D0
5#82CAC9
6#89C3C2
7#90BBBB
8#97B4B4
9#9FADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCFB;
--sky-blue-200: #C3F9F8;
--sky-blue-300: #95F4F2;
--sky-blue-400: #5DEEEC;
--sky-blue-500: #2FE9E6;
--sky-blue-600: #15CBC8;
--sky-blue-700: #11A29F;
--sky-blue-800: #0C7372;
--sky-blue-900: #084A49;
--sky-blue-950: #052E2D;
}