Sky Blue
#55E6F6
CyanColor Codes
All color formats for development
HEX
#55E6F6RGB
rgb(85, 230, 246)HSL
hsl(186, 90%, 65%)OKLCH
oklch(0.854 0.123 205.5)CMYK
cmyk(65%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36E1F4
2#16DDF3
3#0CC8DC
4#0AABBD
5#088F9D
6#07727E
7#05565E
8#03393F
9#021D1F
Tints
Lighter variations
1#66E9F7
2#77EBF8
3#88EEF9
4#99F0FA
5#AAF3FB
6#BBF5FB
7#CCF8FC
8#DDFAFD
9#EEFDFE
Tones
Muted variations
1#5DE0EE
2#65D9E6
3#6ED3DE
4#76CCD6
5#7EC6CE
6#86BFC6
7#8EB9BE
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 | 90EF #90EFF9 | BordersInactive statesPlaceholder text |
| 400 | 55E6 #55E6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25DF #25DFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC1 #0BC1D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099A #099AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464E | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | 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: #90EFF9;
--sky-blue-400: #55E6F6;
--sky-blue-500: #25DFF4;
--sky-blue-600: #0BC1D5;
--sky-blue-700: #099AAA;
--sky-blue-800: #066E79;
--sky-blue-900: #04464E;
--sky-blue-950: #032C30;
}