Steel Blue
#62A1B7
BlueColor Codes
All color formats for development
HEX
#62A1B7RGB
rgb(98, 161, 183)HSL
hsl(196, 37%, 55%)OKLCH
oklch(0.675 0.072 222.4)CMYK
cmyk(46%, 12%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5094AD
2#47849A
3#3E7386
4#356373
5#2C5260
6#23424D
7#1B313A
8#122126
9#091013
Tints
Lighter variations
1#72AABE
2#81B3C5
3#91BDCC
4#A1C6D4
5#B0D0DB
6#C0D9E2
7#D0E3E9
8#E0ECF1
9#EFF6F8
Tones
Muted variations
1#669EB2
2#6A9CAE
3#6F9AAA
4#7398A6
5#7796A1
6#7B949D
7#809299
8#849095
9#888E90
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;
}