Steel Blue
#3FA1D9
BlueColor Codes
All color formats for development
HEX
#3FA1D9RGB
rgb(63, 161, 217)HSL
hsl(202, 67%, 55%)OKLCH
oklch(0.676 0.122 237.7)CMYK
cmyk(71%, 26%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A95D3
2#2584BB
3#2074A4
4#1C638D
5#175375
6#13425E
7#0E3246
8#09212F
9#051117
Tints
Lighter variations
1#53AADD
2#66B4E1
3#79BDE4
4#8CC6E8
5#9FD0EC
6#B2D9F0
7#C6E3F4
8#D9ECF7
9#ECF6FB
Tones
Muted variations
1#479FD1
2#4F9DCA
3#569BC2
4#5E99BA
5#6697B3
6#6D94AB
7#7592A3
8#7D909C
9#858E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCF #9DCFEC | BordersInactive statesPlaceholder text |
| 400 | 6AB6 #6AB6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA1 #3FA1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2584 #2584BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6995 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154B #154B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3044 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C8E4F4;
--steel-blue-300: #9DCFEC;
--steel-blue-400: #6AB6E2;
--steel-blue-500: #3FA1D9;
--steel-blue-600: #2584BB;
--steel-blue-700: #1D6995;
--steel-blue-800: #154B6A;
--steel-blue-900: #0D3044;
--steel-blue-950: #081E2B;
}