Steel Blue
#49AAD0
BlueColor Codes
All color formats for development
HEX
#49AAD0RGB
rgb(73, 170, 208)HSL
hsl(197, 59%, 55%)OKLCH
oklch(0.696 0.106 227.2)CMYK
cmyk(65%, 18%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#349EC9
2#2E8DB2
3#287B9C
4#236A86
5#1D586F
6#174659
7#113543
8#0C232D
9#061216
Tints
Lighter variations
1#5BB2D5
2#6DBBD9
3#7FC3DE
4#92CCE3
5#A4D4E7
6#B6DDEC
7#C8E5F1
8#DBEEF6
9#EDF6FA
Tones
Muted variations
1#4FA7C9
2#56A4C2
3#5DA1BC
4#649EB5
5#6A9BAE
6#7198A7
7#7895A1
8#7F929A
9#858F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E7 | BordersInactive statesPlaceholder text |
| 400 | 71BD #71BDDA | Disabled statesSecondary iconsMuted text |
| 500 | 49AA #49AAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E8D #2E8DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F8;
--steel-blue-200: #CAE6F1;
--steel-blue-300: #A2D3E7;
--steel-blue-400: #71BDDA;
--steel-blue-500: #49AAD0;
--steel-blue-600: #2E8DB2;
--steel-blue-700: #25708E;
--steel-blue-800: #1A5065;
--steel-blue-900: #113341;
--steel-blue-950: #0A2029;
}