Steel Blue
#1A93C7
BlueColor Codes
All color formats for development
HEX
#1A93C7RGB
rgb(26, 147, 199)HSL
hsl(198, 77%, 44%)OKLCH
oklch(0.626 0.125 233.9)CMYK
cmyk(87%, 26%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1784B3
2#15759F
3#12678B
4#0F5877
5#0D4963
6#0A3B4F
7#082C3C
8#051D28
9#030F14
Tints
Lighter variations
1#1DA5E0
2#35B0E5
3#4EBAE8
4#67C4EB
5#81CEEF
6#9AD7F2
7#B3E1F5
8#CCEBF8
9#E6F5FC
Tones
Muted variations
1#228FBE
2#2B8CB5
3#3488AD
4#3C85A4
5#45819B
6#4E7E93
7#567B8A
8#5F7781
9#687479
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 | C4E8 #C4E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D6 #97D6F2 | BordersInactive statesPlaceholder text |
| 400 | 61C1 #61C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B0 #34B0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A93 #1A93C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1575 #15759E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | 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: #C4E8F7;
--steel-blue-300: #97D6F2;
--steel-blue-400: #61C1EA;
--steel-blue-500: #34B0E5;
--steel-blue-600: #1A93C7;
--steel-blue-700: #15759E;
--steel-blue-800: #0F5371;
--steel-blue-900: #093548;
--steel-blue-950: #06212D;
}