Steel Blue
#55AAC3
CyanColor Codes
All color formats for development
HEX
#55AAC3RGB
rgb(85, 170, 195)HSL
hsl(194, 48%, 55%)OKLCH
oklch(0.695 0.09 219.6)CMYK
cmyk(56%, 13%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#429FBB
2#3A8DA6
3#337B91
4#2C6A7D
5#245868
6#1D4653
7#16353E
8#0F232A
9#071215
Tints
Lighter variations
1#66B2C9
2#77BBCF
3#88C3D5
4#99CCDB
5#AAD4E1
6#BBDDE7
7#CCE5ED
8#DDEEF3
9#EEF6F9
Tones
Muted variations
1#5BA7BE
2#60A4B8
3#66A1B3
4#6B9EAD
5#719BA8
6#7698A2
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 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBD #7BBDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AA #55AAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8D #3A8DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E70 #2E7084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505E | 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: #E5F2F6;
--steel-blue-200: #CEE6EE;
--steel-blue-300: #A8D3E1;
--steel-blue-400: #7BBDD1;
--steel-blue-500: #55AAC3;
--steel-blue-600: #3A8DA6;
--steel-blue-700: #2E7084;
--steel-blue-800: #21505E;
--steel-blue-900: #15333C;
--steel-blue-950: #0D2026;
}