Steel Blue
#1982C8
BlueColor Codes
All color formats for development
HEX
#1982C8RGB
rgb(25, 130, 200)HSL
hsl(204, 78%, 44%)OKLCH
oklch(0.586 0.139 244.9)CMYK
cmyk(88%, 35%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1675B4
2#1468A0
3#115B8C
4#0F4E78
5#0C4164
6#0A3450
7#07273C
8#051A28
9#020D14
Tints
Lighter variations
1#1C92E1
2#349FE6
3#4DABE9
4#66B7EC
5#80C3EF
6#99CFF2
7#B3DBF6
8#CCE7F9
9#E6F3FC
Tones
Muted variations
1#2180BF
2#2A7EB6
3#337CAD
4#3C7BA5
5#44799C
6#4D7793
7#56758A
8#5F7482
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C4E3F8;
--steel-blue-300: #97CDF2;
--steel-blue-400: #60B4EB;
--steel-blue-500: #339EE6;
--steel-blue-600: #1982C8;
--steel-blue-700: #14679F;
--steel-blue-800: #0E4A71;
--steel-blue-900: #092F49;
--steel-blue-950: #061D2D;
}