Steel Blue
#47969A
CyanColor Codes
All color formats for development
HEX
#47969ARGB
rgb(71, 150, 154)HSL
hsl(183, 37%, 44%)OKLCH
oklch(0.625 0.077 199.8)CMYK
cmyk(54%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40878A
2#39787B
3#31696C
4#2A5A5C
5#234B4D
6#1C3C3D
7#152D2E
8#0E1E1F
9#070F0F
Tints
Lighter variations
1#50A9AD
2#62B3B7
3#76BCC0
4#8AC6C9
5#9DCFD2
6#B1D9DB
7#C4E2E4
8#D8ECED
9#EBF5F6
Tones
Muted variations
1#4B9296
2#4F8E91
3#538A8D
4#578789
5#5B8385
6#607F81
7#647B7D
8#687879
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 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD8 #AFD8DA | BordersInactive statesPlaceholder text |
| 400 | 85C3 #85C3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B2 #62B2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4796 #47969A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3877 #38777A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2855 #285557 | 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: #D2E9EA;
--steel-blue-300: #AFD8DA;
--steel-blue-400: #85C3C7;
--steel-blue-500: #62B2B7;
--steel-blue-600: #47969A;
--steel-blue-700: #38777A;
--steel-blue-800: #285557;
--steel-blue-900: #1A3638;
--steel-blue-950: #102223;
}