Steel Blue
#3F8EA2
CyanColor Codes
All color formats for development
HEX
#3F8EA2RGB
rgb(63, 142, 162)HSL
hsl(192, 44%, 44%)OKLCH
oklch(0.606 0.082 217)CMYK
cmyk(61%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#398091
2#327181
3#2C6371
4#265561
5#1F4751
6#193941
7#132B30
8#0D1C20
9#060E10
Tints
Lighter variations
1#47A0B6
2#5AABBF
3#6FB5C7
4#84C0CF
5#98CAD7
6#ADD5DF
7#C1DFE7
8#D6EAEF
9#EAF4F7
Tones
Muted variations
1#448B9D
2#498898
3#4E8593
4#53828E
5#587F89
6#5C7C84
7#61797F
8#66767A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD4 #ABD4DE | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAB #5AABBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8E #3F8EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3271 #327181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2451 #24515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE7EC;
--steel-blue-300: #ABD4DE;
--steel-blue-400: #7EBDCD;
--steel-blue-500: #5AABBF;
--steel-blue-600: #3F8EA2;
--steel-blue-700: #327181;
--steel-blue-800: #24515C;
--steel-blue-900: #17343B;
--steel-blue-950: #0E2025;
}