Steel Blue
#319CAF
CyanColor Codes
All color formats for development
HEX
#319CAFRGB
rgb(49, 156, 175)HSL
hsl(189, 56%, 44%)OKLCH
oklch(0.641 0.098 212)CMYK
cmyk(72%, 11%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C8D9E
2#277D8C
3#236D7B
4#1E5E69
5#194E58
6#143E46
7#0F2F35
8#0A1F23
9#051012
Tints
Lighter variations
1#38B0C5
2#4DBACD
3#63C2D3
4#79CBD9
5#90D4E0
6#A6DCE6
7#BCE5EC
8#D2EEF2
9#E9F6F9
Tones
Muted variations
1#3898A9
2#3E93A2
3#448F9C
4#4B8B96
5#518690
6#578289
7#5D7D83
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 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 74C9 #74C9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB9 #4CB9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319C #319CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277C #277C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C59 #1C5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #123940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | 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: #A4DBE5;
--steel-blue-400: #74C9D8;
--steel-blue-500: #4CB9CD;
--steel-blue-600: #319CAF;
--steel-blue-700: #277C8B;
--steel-blue-800: #1C5963;
--steel-blue-900: #123940;
--steel-blue-950: #0B2328;
}