Steel Blue
#2485BC
BlueColor Codes
All color formats for development
HEX
#2485BCRGB
rgb(36, 133, 188)HSL
hsl(202, 68%, 44%)OKLCH
oklch(0.588 0.12 239.3)CMYK
cmyk(81%, 29%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2077AA
2#1D6A97
3#195D84
4#165071
5#12425E
6#0E354B
7#0B2839
8#071B26
9#040D13
Tints
Lighter variations
1#2895D4
2#3FA1DA
3#57ADDF
4#6FB9E4
5#87C5E8
6#9FD0ED
7#B7DCF1
8#CFE8F6
9#E7F3FA
Tones
Muted variations
1#2C83B5
2#3380AD
3#3B7EA6
4#427C9E
5#4A7A96
6#52788F
7#597687
8#61747F
9#697278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFEC | BordersInactive statesPlaceholder text |
| 400 | 69B6 #69B6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA1 #3EA1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2485 #2485BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | 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: #F2F9FD;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C7E4F4;
--steel-blue-300: #9CCFEC;
--steel-blue-400: #69B6E2;
--steel-blue-500: #3EA1DA;
--steel-blue-600: #2485BC;
--steel-blue-700: #1D6996;
--steel-blue-800: #144B6B;
--steel-blue-900: #0D3045;
--steel-blue-950: #081E2B;
}