Steel Blue
#62AAB7
CyanColor Codes
All color formats for development
HEX
#62AAB7RGB
rgb(98, 170, 183)HSL
hsl(189, 37%, 55%)OKLCH
oklch(0.696 0.075 210.4)CMYK
cmyk(46%, 7%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#509FAD
2#478D9A
3#3E7C86
4#356A73
5#2C5860
6#23474D
7#1B353A
8#122326
9#091213
Tints
Lighter variations
1#72B2BE
2#81BBC5
3#91C3CC
4#A1CCD4
5#B0D4DB
6#C0DDE2
7#D0E5E9
8#E0EEF1
9#EFF6F8
Tones
Muted variations
1#66A7B2
2#6AA4AE
3#6FA1AA
4#739EA6
5#779BA1
6#7B989D
7#809599
8#849295
9#888F90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BD #85BDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AA #62AAB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478D #478D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3870 #38707A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2850 #285057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3338 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F2F4;
--steel-blue-200: #D2E6EA;
--steel-blue-300: #AFD4DA;
--steel-blue-400: #85BDC7;
--steel-blue-500: #62AAB7;
--steel-blue-600: #478D9A;
--steel-blue-700: #38707A;
--steel-blue-800: #285057;
--steel-blue-900: #1A3338;
--steel-blue-950: #102023;
}