Steel Blue
#319EAF
CyanColor Codes
All color formats for development
HEX
#319EAFRGB
rgb(49, 158, 175)HSL
hsl(188, 56%, 44%)OKLCH
oklch(0.646 0.098 210.1)CMYK
cmyk(72%, 10%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C8E9E
2#277F8C
3#236F7B
4#1E5F69
5#194F58
6#143F46
7#0F2F35
8#0A2023
9#051012
Tints
Lighter variations
1#38B2C5
2#4DBCCD
3#63C4D3
4#79CDD9
5#90D5E0
6#A6DDE6
7#BCE6EC
8#D2EEF2
9#E9F7F9
Tones
Muted variations
1#389AA9
2#3E95A2
3#44909C
4#4B8C96
5#518790
6#578389
7#5D7E83
8#64797D
9#6A7576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 74CA #74CAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBB #4CBBCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319E #319EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277E #277E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5A #1C5A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F7;
--steel-blue-200: #CBEBF0;
--steel-blue-300: #A4DCE5;
--steel-blue-400: #74CAD8;
--steel-blue-500: #4CBBCD;
--steel-blue-600: #319EAF;
--steel-blue-700: #277E8B;
--steel-blue-800: #1C5A63;
--steel-blue-900: #123A40;
--steel-blue-950: #0B2428;
}