Sky Blue
#55C1F6
BlueColor Codes
All color formats for development
HEX
#55C1F6RGB
rgb(85, 193, 246)HSL
hsl(200, 90%, 65%)OKLCH
oklch(0.769 0.124 233)CMYK
cmyk(65%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36B5F4
2#16A9F3
3#0C97DC
4#0A81BD
5#086C9D
6#07567E
7#05415E
8#032B3F
9#02161F
Tints
Lighter variations
1#66C7F7
2#77CDF8
3#88D3F9
4#99DAFA
5#AAE0FB
6#BBE6FB
7#CCECFC
8#DDF3FD
9#EEF9FE
Tones
Muted variations
1#5DBEEE
2#65BBE6
3#6EB8DE
4#76B6D6
5#7EB3CE
6#86B0C6
7#8EAEBE
8#96ABB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D6 #90D6F9 | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AF #25AFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B92 #0B92D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0974 #0974AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #065379 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E8FC;
--sky-blue-300: #90D6F9;
--sky-blue-400: #55C1F6;
--sky-blue-500: #25AFF4;
--sky-blue-600: #0B92D5;
--sky-blue-700: #0974AA;
--sky-blue-800: #065379;
--sky-blue-900: #04354E;
--sky-blue-950: #032130;
}