Sky Blue
#55E7F7
CyanColor Codes
All color formats for development
HEX
#55E7F7RGB
rgb(85, 231, 247)HSL
hsl(186, 91%, 65%)OKLCH
oklch(0.857 0.124 205.5)CMYK
cmyk(66%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35E2F5
2#15DEF4
3#0AC8DE
4#09ACBE
5#078F9E
6#06737F
7#04565F
8#03393F
9#011D20
Tints
Lighter variations
1#66E9F8
2#77ECF9
3#88EEF9
4#99F0FA
5#AAF3FB
6#BBF5FC
7#CCF8FD
8#DDFAFD
9#EEFDFE
Tones
Muted variations
1#5DE0EF
2#65DAE7
3#6DD3DF
4#75CDD6
5#7DC6CE
6#85C0C6
7#8DB9BE
8#96B3B6
9#9EACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEF #8FEFFA | BordersInactive statesPlaceholder text |
| 400 | 55E7 #55E7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E0 #24E0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC2 #0AC2D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089A #089AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFAFD;
--sky-blue-200: #C0F6FC;
--sky-blue-300: #8FEFFA;
--sky-blue-400: #55E7F7;
--sky-blue-500: #24E0F5;
--sky-blue-600: #0AC2D6;
--sky-blue-700: #089AAA;
--sky-blue-800: #066E7A;
--sky-blue-900: #04474E;
--sky-blue-950: #022C31;
}