Steel Blue
#197FC8
BlueColor Codes
All color formats for development
HEX
#197FC8RGB
rgb(25, 127, 200)HSL
hsl(205, 78%, 44%)OKLCH
oklch(0.579 0.142 246.5)CMYK
cmyk(88%, 37%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1672B4
2#1465A0
3#11598C
4#0F4C78
5#0C3F64
6#0A3350
7#07263C
8#051928
9#020D14
Tints
Lighter variations
1#1C8FE1
2#349CE6
3#4DA8E9
4#66B4EC
5#80C1EF
6#99CDF2
7#B3DAF6
8#CCE6F9
9#E6F3FC
Tones
Muted variations
1#217DBF
2#2A7CB6
3#337AAD
4#3C79A5
5#44779C
6#4D7693
7#56758A
8#5F7382
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CC #97CCF2 | BordersInactive statesPlaceholder text |
| 400 | 60B1 #60B1EB | Disabled statesSecondary iconsMuted text |
| 500 | 339B #339BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197F #197FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1465 #14659F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E48 #0E4871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | 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: #F1F8FD;
--steel-blue-100: #DFEFFB;
--steel-blue-200: #C4E2F8;
--steel-blue-300: #97CCF2;
--steel-blue-400: #60B1EB;
--steel-blue-500: #339BE6;
--steel-blue-600: #197FC8;
--steel-blue-700: #14659F;
--steel-blue-800: #0E4871;
--steel-blue-900: #092E49;
--steel-blue-950: #061D2D;
}