Steel Blue
#3190AF
BlueColor Codes
All color formats for development
HEX
#3190AFRGB
rgb(49, 144, 175)HSL
hsl(195, 56%, 44%)OKLCH
oklch(0.612 0.098 223.8)CMYK
cmyk(72%, 18%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C819E
2#27738C
3#23657B
4#1E5669
5#194858
6#143946
7#0F2B35
8#0A1D23
9#050E12
Tints
Lighter variations
1#38A2C5
2#4DADCD
3#63B7D3
4#79C1D9
5#90CCE0
6#A6D6E6
7#BCE0EC
8#D2EAF2
9#E9F5F9
Tones
Muted variations
1#388CA9
2#3E89A2
3#44869C
4#4B8396
5#518090
6#577D89
7#5D7A83
8#64767D
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D5 #A4D5E5 | BordersInactive statesPlaceholder text |
| 400 | 74BF #74BFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAC #4CACCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3190 #3190AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2772 #27728B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C52 #1C5263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #123440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CBE7F0;
--steel-blue-300: #A4D5E5;
--steel-blue-400: #74BFD8;
--steel-blue-500: #4CACCD;
--steel-blue-600: #3190AF;
--steel-blue-700: #27728B;
--steel-blue-800: #1C5263;
--steel-blue-900: #123440;
--steel-blue-950: #0B2128;
}