Steel Blue
#55A0C3
BlueColor Codes
All color formats for development
HEX
#55A0C3RGB
rgb(85, 160, 195)HSL
hsl(199, 48%, 55%)OKLCH
oklch(0.671 0.091 230.4)CMYK
cmyk(56%, 18%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4294BB
2#3A84A6
3#337391
4#2C637D
5#245268
6#1D4253
7#16313E
8#0F212A
9#071015
Tints
Lighter variations
1#66AAC9
2#77B3CF
3#88BDD5
4#99C6DB
5#AAD0E1
6#BBD9E7
7#CCE3ED
8#DDECF3
9#EEF6F9
Tones
Muted variations
1#5B9EBE
2#609CB8
3#669AB3
4#6B98AD
5#7196A8
6#7694A2
7#7C929D
8#819097
9#878E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CF #A8CFE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB5 #7BB5D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A0 #55A0C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A84 #3A84A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E69 #2E6984 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214B #214B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1530 #15303C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F6;
--steel-blue-200: #CEE4EE;
--steel-blue-300: #A8CFE1;
--steel-blue-400: #7BB5D1;
--steel-blue-500: #55A0C3;
--steel-blue-600: #3A84A6;
--steel-blue-700: #2E6984;
--steel-blue-800: #214B5E;
--steel-blue-900: #15303C;
--steel-blue-950: #0D1E26;
}