Steel Blue
#198AC8
BlueColor Codes
All color formats for development
HEX
#198AC8RGB
rgb(25, 138, 200)HSL
hsl(201, 78%, 44%)OKLCH
oklch(0.605 0.132 240.2)CMYK
cmyk(88%, 31%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#167DB4
2#146FA0
3#11618C
4#0F5378
5#0C4564
6#0A3750
7#072A3C
8#051C28
9#020E14
Tints
Lighter variations
1#1C9CE1
2#34A7E6
3#4DB2E9
4#66BDEC
5#80C8EF
6#99D3F2
7#B3DEF6
8#CCE9F9
9#E6F4FC
Tones
Muted variations
1#2188BF
2#2A85B6
3#3383AD
4#3C80A5
5#447D9C
6#4D7B93
7#56788A
8#5F7582
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF1FB;
--steel-blue-200: #C4E6F8;
--steel-blue-300: #97D2F2;
--steel-blue-400: #60BBEB;
--steel-blue-500: #33A7E6;
--steel-blue-600: #198AC8;
--steel-blue-700: #146E9F;
--steel-blue-800: #0E4F71;
--steel-blue-900: #093249;
--steel-blue-950: #061F2D;
}