Steel Blue
#47949A
CyanColor Codes
All color formats for development
HEX
#47949ARGB
rgb(71, 148, 154)HSL
hsl(184, 37%, 44%)OKLCH
oklch(0.62 0.076 202.2)CMYK
cmyk(54%, 4%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40858A
2#39777B
3#31686C
4#2A595C
5#234A4D
6#1C3B3D
7#152C2E
8#0E1E1F
9#070F0F
Tints
Lighter variations
1#50A7AD
2#62B1B7
3#76BBC0
4#8AC5C9
5#9DCED2
6#B1D8DB
7#C4E2E4
8#D8ECED
9#EBF5F6
Tones
Muted variations
1#4B9196
2#4F8D91
3#53898D
4#578689
5#5B8285
6#607F81
7#647B7D
8#687779
9#6C7474
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7DA | BordersInactive statesPlaceholder text |
| 400 | 85C2 #85C2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B1 #62B1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4794 #47949A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3876 #38767A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2854 #285457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F3F4;
--steel-blue-200: #D2E8EA;
--steel-blue-300: #AFD7DA;
--steel-blue-400: #85C2C7;
--steel-blue-500: #62B1B7;
--steel-blue-600: #47949A;
--steel-blue-700: #38767A;
--steel-blue-800: #285457;
--steel-blue-900: #1A3638;
--steel-blue-950: #102223;
}