Steel Blue
#4AA9CF
BlueColor Codes
All color formats for development
HEX
#4AA9CFRGB
rgb(74, 169, 207)HSL
hsl(197, 58%, 55%)OKLCH
oklch(0.693 0.105 227.6)CMYK
cmyk(64%, 18%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#359EC7
2#2F8CB1
3#297B9B
4#236985
5#1D586F
6#184659
7#123542
8#0C232C
9#061216
Tints
Lighter variations
1#5CB2D4
2#6EBAD8
3#80C3DD
4#92CBE2
5#A4D4E7
6#B6DDEC
7#C9E5F1
8#DBEEF5
9#EDF6FA
Tones
Muted variations
1#50A6C8
2#57A3C1
3#5EA0BB
4#649EB4
5#6B9BAE
6#7298A7
7#7895A0
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 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E6 | BordersInactive statesPlaceholder text |
| 400 | 72BC #72BCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA9 #4AA9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8C #2F8CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B50 #1B5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113340 | 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: #CBE6F1;
--steel-blue-300: #A2D3E6;
--steel-blue-400: #72BCDA;
--steel-blue-500: #4AA9CF;
--steel-blue-600: #2F8CB1;
--steel-blue-700: #25708D;
--steel-blue-800: #1B5065;
--steel-blue-900: #113340;
--steel-blue-950: #0B2028;
}