Steel Blue
#3083B0
BlueColor Codes
All color formats for development
HEX
#3083B0RGB
rgb(48, 131, 176)HSL
hsl(201, 57%, 44%)OKLCH
oklch(0.58 0.105 236.5)CMYK
cmyk(73%, 26%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B769F
2#27698D
3#225C7B
4#1D4F6A
5#184258
6#133546
7#0E2735
8#0A1A23
9#050D12
Tints
Lighter variations
1#3694C7
2#4CA0CE
3#62ACD4
4#78B8DA
5#8FC4E0
6#A5D0E6
7#BCDBED
8#D2E7F3
9#E9F3F9
Tones
Muted variations
1#3781AA
2#3D80A3
3#437E9D
4#4A7C97
5#507A90
6#57788A
7#5D7683
8#63747D
9#6A7277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CE #A3CEE6 | BordersInactive statesPlaceholder text |
| 400 | 73B5 #73B5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA0 #4BA0CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3083 #3083B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2669 #26698C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F7;
--steel-blue-200: #CBE4F1;
--steel-blue-300: #A3CEE6;
--steel-blue-400: #73B5D9;
--steel-blue-500: #4BA0CE;
--steel-blue-600: #3083B0;
--steel-blue-700: #26698C;
--steel-blue-800: #1B4B64;
--steel-blue-900: #123040;
--steel-blue-950: #0B1E28;
}