Steel Blue
#3995A7
CyanColor Codes
All color formats for development
HEX
#3995A7RGB
rgb(57, 149, 167)HSL
hsl(190, 49%, 44%)OKLCH
oklch(0.623 0.089 212.9)CMYK
cmyk(66%, 11%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#338696
2#2E7786
3#286875
4#225964
5#1D4A54
6#173C43
7#112D32
8#0B1E21
9#060F11
Tints
Lighter variations
1#41A8BC
2#55B2C5
3#6ABCCC
4#7FC5D3
5#95CFDB
6#AAD9E2
7#BFE2E9
8#D4ECF0
9#EAF5F8
Tones
Muted variations
1#3F91A2
2#448E9C
3#4A8A97
4#4F8691
5#55838C
6#5A7F86
7#607B81
8#65787B
9#6B7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE9 #CEE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D8 #A8D8E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC3 #7AC3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B2 #54B2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3995 #3995A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E76 #2E7685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2155 #21555F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1536 #15363D | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E4F3F6;
--steel-blue-200: #CEE9EE;
--steel-blue-300: #A8D8E1;
--steel-blue-400: #7AC3D1;
--steel-blue-500: #54B2C4;
--steel-blue-600: #3995A7;
--steel-blue-700: #2E7685;
--steel-blue-800: #21555F;
--steel-blue-900: #15363D;
--steel-blue-950: #0D2226;
}