Steel Blue
#275FB9
BlueColor Codes
All color formats for development
HEX
#275FB9RGB
rgb(39, 95, 185)HSL
hsl(217, 65%, 44%)OKLCH
oklch(0.499 0.154 259.6)CMYK
cmyk(79%, 49%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2356A7
2#1F4C94
3#1B4382
4#18396F
5#14305D
6#10264A
7#0C1D38
8#081325
9#040A13
Tints
Lighter variations
1#2C6BD1
2#437BD7
3#5A8CDC
4#729CE1
5#89ADE6
6#A1BDEB
7#B8CEF0
8#D0DEF5
9#E7EFFA
Tones
Muted variations
1#2F61B2
2#3663AB
3#3D64A3
4#44669C
5#4C6895
6#53698D
7#5A6B86
8#626D7F
9#696E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEA | BordersInactive statesPlaceholder text |
| 400 | 6C98 #6C98E0 | Disabled statesSecondary iconsMuted text |
| 500 | 427B #427BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 275F #275FB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F4C #1F4C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #163669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2343 | 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: #F2F6FC;
--steel-blue-100: #E2EAF9;
--steel-blue-200: #C8D9F3;
--steel-blue-300: #9EBBEA;
--steel-blue-400: #6C98E0;
--steel-blue-500: #427BD7;
--steel-blue-600: #275FB9;
--steel-blue-700: #1F4C93;
--steel-blue-800: #163669;
--steel-blue-900: #0E2343;
--steel-blue-950: #09162A;
}