Steel Blue
#439BD6
BlueColor Codes
All color formats for development
HEX
#439BD6RGB
rgb(67, 155, 214)HSL
hsl(204, 64%, 55%)OKLCH
oklch(0.662 0.121 241.4)CMYK
cmyk(69%, 28%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D8ECF
2#287FB8
3#236FA1
4#1E5F8A
5#194F73
6#143F5C
7#0F2F45
8#0A202E
9#051017
Tints
Lighter variations
1#56A5DA
2#68AFDE
3#7BB9E2
4#8EC3E6
5#A1CDEA
6#B4D7EE
7#C7E1F3
8#D9EBF7
9#ECF5FB
Tones
Muted variations
1#4A99CE
2#5198C7
3#5997C0
4#6095B8
5#6894B1
6#6F92AA
7#7691A2
8#7E8F9B
9#858E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCEA | BordersInactive statesPlaceholder text |
| 400 | 6DB1 #6DB1DF | Disabled statesSecondary iconsMuted text |
| 500 | 439B #439BD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287F #287FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2065 #206592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1748 #174869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E2EFF9;
--steel-blue-200: #C9E2F3;
--steel-blue-300: #9FCCEA;
--steel-blue-400: #6DB1DF;
--steel-blue-500: #439BD6;
--steel-blue-600: #287FB8;
--steel-blue-700: #206592;
--steel-blue-800: #174869;
--steel-blue-900: #0F2E43;
--steel-blue-950: #091D2A;
}