Sky Blue
#55E9F7
CyanColor Codes
All color formats for development
HEX
#55E9F7RGB
rgb(85, 233, 247)HSL
hsl(185, 91%, 65%)OKLCH
oklch(0.861 0.125 204.1)CMYK
cmyk(66%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35E5F5
2#15E1F4
3#0ACCDE
4#09AFBE
5#07929E
6#06757F
7#04575F
8#033A3F
9#011D20
Tints
Lighter variations
1#66ECF8
2#77EEF9
3#88F0F9
4#99F2FA
5#AAF4FB
6#BBF6FC
7#CCF9FD
8#DDFBFD
9#EEFDFE
Tones
Muted variations
1#5DE3EF
2#65DCE7
3#6DD5DF
4#75CED6
5#7DC8CE
6#85C1C6
7#8DBABE
8#96B3B6
9#9EADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF1 #8FF1FA | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E3 #24E3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC5 #0AC5D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089D #089DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #06707A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C0F7FC;
--sky-blue-300: #8FF1FA;
--sky-blue-400: #55E9F7;
--sky-blue-500: #24E3F5;
--sky-blue-600: #0AC5D6;
--sky-blue-700: #089DAA;
--sky-blue-800: #06707A;
--sky-blue-900: #04484E;
--sky-blue-950: #022D31;
}