Steel Blue
#489699
CyanColor Codes
All color formats for development
HEX
#489699RGB
rgb(72, 150, 153)HSL
hsl(182, 36%, 44%)OKLCH
oklch(0.625 0.077 198.7)CMYK
cmyk(53%, 2%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418789
2#39787A
3#32696B
4#2B5A5C
5#244B4C
6#1D3C3D
7#162D2E
8#0E1E1F
9#070F0F
Tints
Lighter variations
1#51A9AC
2#64B3B6
3#77BDBF
4#8AC6C8
5#9ED0D1
6#B1D9DA
7#C5E3E4
8#D8ECED
9#ECF6F6
Tones
Muted variations
1#4C9295
2#508E91
3#548B8C
4#588788
5#5C8384
6#607F80
7#647C7C
8#687878
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 #AFD8D9 | BordersInactive statesPlaceholder text |
| 400 | 86C4 #86C4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B3 #63B3B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4896 #489699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3977 #397779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2955 #295557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | 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: #AFD8D9;
--steel-blue-400: #86C4C6;
--steel-blue-500: #63B3B6;
--steel-blue-600: #489699;
--steel-blue-700: #397779;
--steel-blue-800: #295557;
--steel-blue-900: #1A3737;
--steel-blue-950: #102223;
}