Steel Blue
#199CC8
BlueColor Codes
All color formats for development
HEX
#199CC8RGB
rgb(25, 156, 200)HSL
hsl(195, 78%, 44%)OKLCH
oklch(0.648 0.121 227.8)CMYK
cmyk(88%, 22%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168CB4
2#147DA0
3#116D8C
4#0F5E78
5#0C4E64
6#0A3E50
7#072F3C
8#051F28
9#021014
Tints
Lighter variations
1#1CB0E1
2#34B9E6
3#4DC2E9
4#66CBEC
5#80D3EF
6#99DCF2
7#B3E5F6
8#CCEEF9
9#E6F6FC
Tones
Muted variations
1#2198BF
2#2A93B6
3#338FAD
4#3C8AA5
5#44869C
6#4D8293
7#567D8A
8#5F7982
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DB #97DBF2 | BordersInactive statesPlaceholder text |
| 400 | 60C9 #60C9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B9 #33B9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 199C #199CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147C #147C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E59 #0E5971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF4FB;
--steel-blue-200: #C4EBF8;
--steel-blue-300: #97DBF2;
--steel-blue-400: #60C9EB;
--steel-blue-500: #33B9E6;
--steel-blue-600: #199CC8;
--steel-blue-700: #147C9F;
--steel-blue-800: #0E5971;
--steel-blue-900: #093949;
--steel-blue-950: #06232D;
}