Steel Blue
#3A8DA6
CyanColor Codes
All color formats for development
HEX
#3A8DA6RGB
rgb(58, 141, 166)HSL
hsl(194, 48%, 44%)OKLCH
oklch(0.603 0.088 221)CMYK
cmyk(65%, 15%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357F95
2#2F7185
3#296374
4#235564
5#1D4653
6#173842
7#122A32
8#0C1C21
9#060E11
Tints
Lighter variations
1#429FBB
2#56AAC4
3#6BB5CB
4#80BFD2
5#95CADA
6#AAD5E1
7#C0DFE9
8#D5EAF0
9#EAF4F8
Tones
Muted variations
1#408AA1
2#45879B
3#4B8496
4#508191
5#557F8B
6#5B7C86
7#607980
8#65767B
9#6B7376
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;
}