Steel Blue
#2285BF
BlueColor Codes
All color formats for development
HEX
#2285BFRGB
rgb(34, 133, 191)HSL
hsl(202, 70%, 44%)OKLCH
oklch(0.589 0.124 240.5)CMYK
cmyk(82%, 30%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E78AC
2#1B6B99
3#185D86
4#145072
5#11435F
6#0D354C
7#0A2839
8#071B26
9#030D13
Tints
Lighter variations
1#2696D7
2#3DA2DD
3#55AEE1
4#6DB9E5
5#86C5EA
6#9ED1EE
7#B6DCF2
8#CEE8F6
9#E7F3FB
Tones
Muted variations
1#2A83B7
2#3181AF
3#397FA7
4#417D9F
5#497B97
6#517990
7#597688
8#607480
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFED | BordersInactive statesPlaceholder text |
| 400 | 67B6 #67B6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA2 #3CA2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2285 #2285BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6A #1B6A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134C #134C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C30 #0C3045 | 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: #E1F0FA;
--steel-blue-200: #C7E4F5;
--steel-blue-300: #9BCFED;
--steel-blue-400: #67B6E4;
--steel-blue-500: #3CA2DD;
--steel-blue-600: #2285BF;
--steel-blue-700: #1B6A98;
--steel-blue-800: #134C6C;
--steel-blue-900: #0C3045;
--steel-blue-950: #081E2B;
}