Sky Blue
#55D1F6
CyanColor Codes
All color formats for development
HEX
#55D1F6RGB
rgb(85, 209, 246)HSL
hsl(194, 90%, 65%)OKLCH
oklch(0.806 0.12 221.1)CMYK
cmyk(65%, 15%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C8F4
2#16BFF3
3#0CACDC
4#0A93BD
5#087B9D
6#07627E
7#054A5E
8#03313F
9#02191F
Tints
Lighter variations
1#66D5F7
2#77DAF8
3#88DFF9
4#99E3FA
5#AAE8FB
6#BBECFB
7#CCF1FC
8#DDF6FD
9#EEFAFE
Tones
Muted variations
1#5DCCEE
2#65C8E6
3#6EC4DE
4#76BFD6
5#7EBBCE
6#86B7C6
7#8EB3BE
8#96AEB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E1 #90E1F9 | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C3 #25C3F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA6 #0BA6D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0984 #0984AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065E #065E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043C #043C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C0EEFC;
--sky-blue-300: #90E1F9;
--sky-blue-400: #55D1F6;
--sky-blue-500: #25C3F4;
--sky-blue-600: #0BA6D5;
--sky-blue-700: #0984AA;
--sky-blue-800: #065E79;
--sky-blue-900: #043C4E;
--sky-blue-950: #032630;
}