Steel Blue
#3F93A2
CyanColor Codes
All color formats for development
HEX
#3F93A2RGB
rgb(63, 147, 162)HSL
hsl(189, 44%, 44%)OKLCH
oklch(0.618 0.083 211.1)CMYK
cmyk(61%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#398491
2#327581
3#2C6771
4#265861
5#1F4951
6#193B41
7#132C30
8#0D1D20
9#060F10
Tints
Lighter variations
1#47A5B6
2#5AB0BF
3#6FBAC7
4#84C4CF
5#98CED7
6#ADD7DF
7#C1E1E7
8#D6EBEF
9#EAF5F7
Tones
Muted variations
1#448F9D
2#498C98
3#4E8893
4#53858E
5#588189
6#5C7E84
7#617B7F
8#66777A
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB0 #5AB0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F93 #3F93A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3275 #327581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE8EC;
--steel-blue-300: #ABD6DE;
--steel-blue-400: #7EC1CD;
--steel-blue-500: #5AB0BF;
--steel-blue-600: #3F93A2;
--steel-blue-700: #327581;
--steel-blue-800: #24535C;
--steel-blue-900: #17353B;
--steel-blue-950: #0E2125;
}