Steel Blue
#3283AE
BlueColor Codes
All color formats for development
HEX
#3283AERGB
rgb(50, 131, 174)HSL
hsl(201, 55%, 44%)OKLCH
oklch(0.58 0.102 235.7)CMYK
cmyk(71%, 25%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D769D
2#28698B
3#235B7A
4#1E4E68
5#194157
6#143446
7#0F2734
8#0A1A23
9#050D11
Tints
Lighter variations
1#3993C4
2#4EA0CC
3#64ACD2
4#7AB7D8
5#90C3DF
6#A6CFE5
7#BDDBEC
8#D3E7F2
9#E9F3F9
Tones
Muted variations
1#3981A8
2#3F7FA2
3#457D9B
4#4B7B95
5#51798F
6#587889
7#5E7683
8#64747D
9#6A7276
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 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 75B4 #75B4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9F #4D9FCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3283 #3283AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2868 #28688A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4A #1D4A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #12303F | 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: #CCE3F0;
--steel-blue-300: #A4CEE5;
--steel-blue-400: #75B4D7;
--steel-blue-500: #4D9FCB;
--steel-blue-600: #3283AE;
--steel-blue-700: #28688A;
--steel-blue-800: #1D4A63;
--steel-blue-900: #12303F;
--steel-blue-950: #0B1E28;
}