Steel Blue
#2A62B7
BlueColor Codes
All color formats for development
HEX
#2A62B7RGB
rgb(42, 98, 183)HSL
hsl(216, 63%, 44%)OKLCH
oklch(0.506 0.147 258.8)CMYK
cmyk(77%, 46%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2558A5
2#214E92
3#1D4580
4#193B6E
5#15315B
6#112749
7#0C1D37
8#081425
9#040A12
Tints
Lighter variations
1#2F6FCE
2#457ED5
3#5C8EDA
4#739FDF
5#8BAFE5
6#A2BFEA
7#B9CFEF
8#D0DFF4
9#E8EFFA
Tones
Muted variations
1#3163B0
2#3865A9
3#3F66A2
4#46689B
5#4D6994
6#546B8C
7#5B6C85
8#626D7E
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBD #9FBDE9 | BordersInactive statesPlaceholder text |
| 400 | 6E9B #6E9BDE | Disabled statesSecondary iconsMuted text |
| 500 | 447E #447ED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A62 #2A62B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 214E #214E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1838 #183868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EBF8;
--steel-blue-200: #C9DAF3;
--steel-blue-300: #9FBDE9;
--steel-blue-400: #6E9BDE;
--steel-blue-500: #447ED5;
--steel-blue-600: #2A62B7;
--steel-blue-700: #214E91;
--steel-blue-800: #183868;
--steel-blue-900: #0F2443;
--steel-blue-950: #09162A;
}