Steel Blue
#489199
CyanColor Codes
All color formats for development
HEX
#489199RGB
rgb(72, 145, 153)HSL
hsl(186, 36%, 44%)OKLCH
oklch(0.613 0.074 204.9)CMYK
cmyk(53%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418289
2#39747A
3#32656B
4#2B575C
5#24484C
6#1D3A3D
7#162B2E
8#0E1D1F
9#070E0F
Tints
Lighter variations
1#51A3AC
2#64AEB6
3#77B8BF
4#8AC2C8
5#9ECCD1
6#B1D6DA
7#C5E0E4
8#D8EBED
9#ECF5F6
Tones
Muted variations
1#4C8D95
2#508A91
3#54878C
4#588488
5#5C8084
6#607D80
7#647A7C
8#687778
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BF #86BFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AD #63ADB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4891 #489199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3973 #397379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2952 #295257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F2F4;
--steel-blue-200: #D2E7EA;
--steel-blue-300: #AFD5D9;
--steel-blue-400: #86BFC6;
--steel-blue-500: #63ADB6;
--steel-blue-600: #489199;
--steel-blue-700: #397379;
--steel-blue-800: #295257;
--steel-blue-900: #1A3537;
--steel-blue-950: #102123;
}