Steel Blue
#1996C8
BlueColor Codes
All color formats for development
HEX
#1996C8RGB
rgb(25, 150, 200)HSL
hsl(197, 78%, 44%)OKLCH
oklch(0.633 0.124 232.2)CMYK
cmyk(88%, 25%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1687B4
2#1478A0
3#11698C
4#0F5A78
5#0C4B64
6#0A3C50
7#072D3C
8#051E28
9#020F14
Tints
Lighter variations
1#1CA9E1
2#34B3E6
3#4DBDE9
4#66C6EC
5#80D0EF
6#99D9F2
7#B3E3F6
8#CCECF9
9#E6F6FC
Tones
Muted variations
1#2192BF
2#2A8FB6
3#338BAD
4#3C87A5
5#44839C
6#4D7F93
7#567C8A
8#5F7882
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D8 #97D8F2 | BordersInactive statesPlaceholder text |
| 400 | 60C4 #60C4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B3 #33B3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1996 #1996C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1477 #14779F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E55 #0E5571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF3FB;
--steel-blue-200: #C4E9F8;
--steel-blue-300: #97D8F2;
--steel-blue-400: #60C4EB;
--steel-blue-500: #33B3E6;
--steel-blue-600: #1996C8;
--steel-blue-700: #14779F;
--steel-blue-800: #0E5571;
--steel-blue-900: #093749;
--steel-blue-950: #06222D;
}