Steel Blue
#429BD7
BlueColor Codes
All color formats for development
HEX
#429BD7RGB
rgb(66, 155, 215)HSL
hsl(204, 65%, 55%)OKLCH
oklch(0.662 0.123 241.6)CMYK
cmyk(69%, 28%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C8FD0
2#277FB9
3#226FA2
4#1D5F8B
5#194F74
6#143F5D
7#0F3045
8#0A202E
9#051017
Tints
Lighter variations
1#55A5DB
2#68AFDF
3#7AB9E3
4#8DC3E7
5#A0CDEB
6#B3D7EF
7#C6E1F3
8#D9EBF7
9#ECF5FB
Tones
Muted variations
1#499ACF
2#5198C8
3#5897C0
4#5F95B9
5#6794B2
6#6E92AA
7#7691A3
8#7D8F9B
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 | C8E2 #C8E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECC #9ECCEA | BordersInactive statesPlaceholder text |
| 400 | 6CB1 #6CB1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 429B #429BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277F #277FB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F65 #1F6593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1648 #164869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2E #0E2E43 | 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: #C8E2F3;
--steel-blue-300: #9ECCEA;
--steel-blue-400: #6CB1E0;
--steel-blue-500: #429BD7;
--steel-blue-600: #277FB9;
--steel-blue-700: #1F6593;
--steel-blue-800: #164869;
--steel-blue-900: #0E2E43;
--steel-blue-950: #091D2A;
}