Sky Blue
#55D3F6
CyanColor Codes
All color formats for development
HEX
#55D3F6RGB
rgb(85, 211, 246)HSL
hsl(193, 90%, 65%)OKLCH
oklch(0.81 0.12 219.6)CMYK
cmyk(65%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36CBF4
2#16C3F3
3#0CAFDC
4#0A96BD
5#087D9D
6#07647E
7#054B5E
8#03323F
9#02191F
Tints
Lighter variations
1#66D8F7
2#77DCF8
3#88E0F9
4#99E5FA
5#AAE9FB
6#BBEEFB
7#CCF2FC
8#DDF6FD
9#EEFBFE
Tones
Muted variations
1#5DCFEE
2#65CAE6
3#6EC6DE
4#76C1D6
5#7EBDCE
6#86B8C6
7#8EB3BE
8#96AFB6
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 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 55D3 #55D3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C7 #25C7F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA9 #0BA9D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0987 #0987AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0660 #066079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | 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: #C0EFFC;
--sky-blue-300: #90E2F9;
--sky-blue-400: #55D3F6;
--sky-blue-500: #25C7F4;
--sky-blue-600: #0BA9D5;
--sky-blue-700: #0987AA;
--sky-blue-800: #066079;
--sky-blue-900: #043E4E;
--sky-blue-950: #032730;
}