Sky Blue
#55E9F6
CyanColor Codes
All color formats for development
HEX
#55E9F6RGB
rgb(85, 233, 246)HSL
hsl(185, 90%, 65%)OKLCH
oklch(0.861 0.124 203.5)CMYK
cmyk(65%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36E5F4
2#16E0F3
3#0CCBDC
4#0AAEBD
5#08919D
6#07747E
7#05575E
8#033A3F
9#021D1F
Tints
Lighter variations
1#66EBF7
2#77EDF8
3#88EFF9
4#99F2FA
5#AAF4FB
6#BBF6FB
7#CCF8FC
8#DDFBFD
9#EEFDFE
Tones
Muted variations
1#5DE2EE
2#65DBE6
3#6ED5DE
4#76CED6
5#7EC7CE
6#86C1C6
7#8EBABE
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 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F0 #90F0F9 | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E2 #25E2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC4 #0BC4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099C #099CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #067079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | 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: #90F0F9;
--sky-blue-400: #55E9F6;
--sky-blue-500: #25E2F4;
--sky-blue-600: #0BC4D5;
--sky-blue-700: #099CAA;
--sky-blue-800: #067079;
--sky-blue-900: #04474E;
--sky-blue-950: #032D30;
}