Steel Blue
#55ABC3
CyanColor Codes
All color formats for development
HEX
#55ABC3RGB
rgb(85, 171, 195)HSL
hsl(193, 48%, 55%)OKLCH
oklch(0.697 0.09 218.5)CMYK
cmyk(56%, 12%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42A1BB
2#3A8FA6
3#337D91
4#2C6B7D
5#245968
6#1D4753
7#16363E
8#0F242A
9#071215
Tints
Lighter variations
1#66B4C9
2#77BCCF
3#88C5D5
4#99CDDB
5#AAD5E1
6#BBDEE7
7#CCE6ED
8#DDEEF3
9#EEF7F9
Tones
Muted variations
1#5BA8BE
2#60A5B8
3#66A2B3
4#6B9FAD
5#719CA8
6#7699A2
7#7C969D
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 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBE #7BBED1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AB #55ABC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8F #3A8FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343C | 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: #E5F2F6;
--steel-blue-200: #CEE7EE;
--steel-blue-300: #A8D4E1;
--steel-blue-400: #7BBED1;
--steel-blue-500: #55ABC3;
--steel-blue-600: #3A8FA6;
--steel-blue-700: #2E7284;
--steel-blue-800: #21515E;
--steel-blue-900: #15343C;
--steel-blue-950: #0D2026;
}