Steel Blue
#4AABCF
BlueColor Codes
All color formats for development
HEX
#4AABCFRGB
rgb(74, 171, 207)HSL
hsl(196, 58%, 55%)OKLCH
oklch(0.698 0.104 225.8)CMYK
cmyk(64%, 17%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35A0C7
2#2F8FB1
3#297D9B
4#236B85
5#1D596F
6#184759
7#123542
8#0C242C
9#061216
Tints
Lighter variations
1#5CB4D4
2#6EBCD8
3#80C4DD
4#92CDE2
5#A4D5E7
6#B6DEEC
7#C9E6F1
8#DBEEF5
9#EDF7FA
Tones
Muted variations
1#50A8C8
2#57A5C1
3#5EA2BB
4#649FB4
5#6B9CAE
6#7299A7
7#7896A0
8#7F929A
9#868F93
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 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D4 #A2D4E6 | BordersInactive statesPlaceholder text |
| 400 | 72BE #72BEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAB #4AABCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8F #2F8FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2571 #25718D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B51 #1B5165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1134 #113440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | 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: #CBE7F1;
--steel-blue-300: #A2D4E6;
--steel-blue-400: #72BEDA;
--steel-blue-500: #4AABCF;
--steel-blue-600: #2F8FB1;
--steel-blue-700: #25718D;
--steel-blue-800: #1B5165;
--steel-blue-900: #113440;
--steel-blue-950: #0B2028;
}