Steel Blue
#1A81C7
BlueColor Codes
All color formats for development
HEX
#1A81C7RGB
rgb(26, 129, 199)HSL
hsl(204, 77%, 44%)OKLCH
oklch(0.583 0.138 245.2)CMYK
cmyk(87%, 35%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1775B3
2#15689F
3#125B8B
4#0F4E77
5#0D4163
6#0A344F
7#08273C
8#051A28
9#030D14
Tints
Lighter variations
1#1D92E0
2#359EE5
3#4EAAE8
4#67B7EB
5#81C3EF
6#9ACFF2
7#B3DBF5
8#CCE7F8
9#E6F3FC
Tones
Muted variations
1#2280BE
2#2B7EB5
3#347CAD
4#3C7BA4
5#45799B
6#4E7793
7#56758A
8#5F7481
9#687279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 61B3 #61B3EA | Disabled statesSecondary iconsMuted text |
| 500 | 349E #349EE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A81 #1A81C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1567 #15679E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4A #0F4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F48 | 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: #F1F9FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C4E3F7;
--steel-blue-300: #97CDF2;
--steel-blue-400: #61B3EA;
--steel-blue-500: #349EE5;
--steel-blue-600: #1A81C7;
--steel-blue-700: #15679E;
--steel-blue-800: #0F4A71;
--steel-blue-900: #092F48;
--steel-blue-950: #061D2D;
}