Sky Blue
#55C9F6
BlueColor Codes
All color formats for development
HEX
#55C9F6RGB
rgb(85, 201, 246)HSL
hsl(197, 90%, 65%)OKLCH
oklch(0.788 0.121 227.1)CMYK
cmyk(65%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36BEF4
2#16B4F3
3#0CA1DC
4#0A8ABD
5#08739D
6#075C7E
7#05455E
8#032E3F
9#02171F
Tints
Lighter variations
1#66CEF7
2#77D3F8
3#88D9F9
4#99DEFA
5#AAE4FB
6#BBE9FB
7#CCEFFC
8#DDF4FD
9#EEFAFE
Tones
Muted variations
1#5DC5EE
2#65C2E6
3#6EBEDE
4#76BBD6
5#7EB7CE
6#86B4C6
7#8EB0BE
8#96ADB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B9 #25B9F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B9C #0B9CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 097C #097CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #065979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FD;
--sky-blue-200: #C0EBFC;
--sky-blue-300: #90DBF9;
--sky-blue-400: #55C9F6;
--sky-blue-500: #25B9F4;
--sky-blue-600: #0B9CD5;
--sky-blue-700: #097CAA;
--sky-blue-800: #065979;
--sky-blue-900: #04394E;
--sky-blue-950: #032330;
}