Steel Blue
#49A1D0
BlueColor Codes
All color formats for development
HEX
#49A1D0RGB
rgb(73, 161, 208)HSL
hsl(201, 59%, 55%)OKLCH
oklch(0.675 0.109 235)CMYK
cmyk(65%, 23%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3495C9
2#2E84B2
3#28749C
4#236386
5#1D536F
6#174259
7#113243
8#0C212D
9#061116
Tints
Lighter variations
1#5BAAD5
2#6DB3D9
3#7FBDDE
4#92C6E3
5#A4D0E7
6#B6D9EC
7#C8E3F1
8#DBECF6
9#EDF6FA
Tones
Muted variations
1#4F9FC9
2#569CC2
3#5D9ABC
4#6498B5
5#6A96AE
6#7194A7
7#7892A1
8#7F909A
9#858E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F8;
--steel-blue-200: #CAE4F1;
--steel-blue-300: #A2CFE7;
--steel-blue-400: #71B6DA;
--steel-blue-500: #49A1D0;
--steel-blue-600: #2E84B2;
--steel-blue-700: #25698E;
--steel-blue-800: #1A4B65;
--steel-blue-900: #113041;
--steel-blue-950: #0A1E29;
}