Steel Blue
#55A8C3
BlueColor Codes
All color formats for development
HEX
#55A8C3RGB
rgb(85, 168, 195)HSL
hsl(195, 48%, 55%)OKLCH
oklch(0.69 0.09 221.8)CMYK
cmyk(56%, 14%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#429DBB
2#3A8BA6
3#337A91
4#2C687D
5#245768
6#1D4653
7#16343E
8#0F232A
9#071115
Tints
Lighter variations
1#66B1C9
2#77B9CF
3#88C2D5
4#99CBDB
5#AAD3E1
6#BBDCE7
7#CCE5ED
8#DDEEF3
9#EEF6F9
Tones
Muted variations
1#5BA5BE
2#60A2B8
3#66A0B3
4#6B9DAD
5#719AA8
6#7697A2
7#7C959D
8#819297
9#878F92
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 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D2 #A8D2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBB #7BBBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A8 #55A8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8B #3A8BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6F #2E6F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214F #214F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | 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: #CEE6EE;
--steel-blue-300: #A8D2E1;
--steel-blue-400: #7BBBD1;
--steel-blue-500: #55A8C3;
--steel-blue-600: #3A8BA6;
--steel-blue-700: #2E6F84;
--steel-blue-800: #214F5E;
--steel-blue-900: #15333C;
--steel-blue-950: #0D2026;
}