Sky Blue
#55ECF7
CyanColor Codes
All color formats for development
HEX
#55ECF7RGB
rgb(85, 236, 247)HSL
hsl(184, 91%, 65%)OKLCH
oklch(0.868 0.126 202.1)CMYK
cmyk(66%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35E9F5
2#15E5F4
3#0AD0DE
4#09B2BE
5#07949E
6#06777F
7#04595F
8#033B3F
9#011E20
Tints
Lighter variations
1#66EEF8
2#77F0F9
3#88F2F9
4#99F4FA
5#AAF6FB
6#BBF7FC
7#CCF9FD
8#DDFBFD
9#EEFDFE
Tones
Muted variations
1#5DE5EF
2#65DEE7
3#6DD7DF
4#75D0D6
5#7DC9CE
6#85C2C6
7#8DBBBE
8#96B4B6
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 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF3 #8FF3FA | BordersInactive statesPlaceholder text |
| 400 | 55EC #55ECF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E7 #24E7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC9 #0AC9D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08A0 #08A0AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0672 #06727A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | 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: #C0F8FC;
--sky-blue-300: #8FF3FA;
--sky-blue-400: #55ECF7;
--sky-blue-500: #24E7F5;
--sky-blue-600: #0AC9D6;
--sky-blue-700: #08A0AA;
--sky-blue-800: #06727A;
--sky-blue-900: #04494E;
--sky-blue-950: #022E31;
}