Steel Blue
#47849A
BlueColor Codes
All color formats for development
HEX
#47849ARGB
rgb(71, 132, 154)HSL
hsl(196, 37%, 44%)OKLCH
oklch(0.581 0.072 223.7)CMYK
cmyk(54%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40768A
2#39697B
3#315C6C
4#2A4F5C
5#23424D
6#1C353D
7#15272E
8#0E1A1F
9#070D0F
Tints
Lighter variations
1#5094AD
2#62A0B7
3#76ACC0
4#8AB8C9
5#9DC4D2
6#B1D0DB
7#C4DCE4
8#D8E7ED
9#EBF3F6
Tones
Muted variations
1#4B8296
2#4F8091
3#537E8D
4#577C89
5#5B7A85
6#607881
7#64767D
8#687479
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B5 #85B5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A0 #62A0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4784 #47849A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3869 #38697A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284B #284B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F4;
--steel-blue-200: #D2E4EA;
--steel-blue-300: #AFCEDA;
--steel-blue-400: #85B5C7;
--steel-blue-500: #62A0B7;
--steel-blue-600: #47849A;
--steel-blue-700: #38697A;
--steel-blue-800: #284B57;
--steel-blue-900: #1A3038;
--steel-blue-950: #101E23;
}