Steel Blue
#4AAECF
BlueColor Codes
All color formats for development
HEX
#4AAECFRGB
rgb(74, 174, 207)HSL
hsl(195, 58%, 55%)OKLCH
oklch(0.705 0.104 223.1)CMYK
cmyk(64%, 16%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35A3C7
2#2F91B1
3#297F9B
4#236D85
5#1D5A6F
6#184859
7#123642
8#0C242C
9#061216
Tints
Lighter variations
1#5CB6D4
2#6EBED8
3#80C6DD
4#92CEE2
5#A4D6E7
6#B6DEEC
7#C9E7F1
8#DBEFF5
9#EDF7FA
Tones
Muted variations
1#50AAC8
2#57A7C1
3#5EA4BB
4#64A0B4
5#6B9DAE
6#729AA7
7#7896A0
8#7F939A
9#869093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D5 #A2D5E6 | BordersInactive statesPlaceholder text |
| 400 | 72C0 #72C0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAE #4AAECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F91 #2F91B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2573 #25738D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B52 #1B5265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F2F8;
--steel-blue-200: #CBE7F1;
--steel-blue-300: #A2D5E6;
--steel-blue-400: #72C0DA;
--steel-blue-500: #4AAECF;
--steel-blue-600: #2F91B1;
--steel-blue-700: #25738D;
--steel-blue-800: #1B5265;
--steel-blue-900: #113540;
--steel-blue-950: #0B2128;
}