Steel Blue
#55A2C3
BlueColor Codes
All color formats for development
HEX
#55A2C3RGB
rgb(85, 162, 195)HSL
hsl(198, 48%, 55%)OKLCH
oklch(0.676 0.09 228.2)CMYK
cmyk(56%, 17%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4296BB
2#3A86A6
3#337591
4#2C647D
5#245468
6#1D4353
7#16323E
8#0F212A
9#071115
Tints
Lighter variations
1#66ACC9
2#77B5CF
3#88BED5
4#99C7DB
5#AAD1E1
6#BBDAE7
7#CCE3ED
8#DDECF3
9#EEF6F9
Tones
Muted variations
1#5BA0BE
2#609EB8
3#669CB3
4#6B99AD
5#7197A8
6#7695A2
7#7C939D
8#819197
9#878E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7BB7 #7BB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A2 #55A2C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A86 #3A86A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6A #2E6A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313C | 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: #E5F1F6;
--steel-blue-200: #CEE4EE;
--steel-blue-300: #A8D0E1;
--steel-blue-400: #7BB7D1;
--steel-blue-500: #55A2C3;
--steel-blue-600: #3A86A6;
--steel-blue-700: #2E6A84;
--steel-blue-800: #214C5E;
--steel-blue-900: #15313C;
--steel-blue-950: #0D1E26;
}