Steel Blue
#318EAF
BlueColor Codes
All color formats for development
HEX
#318EAFRGB
rgb(49, 142, 175)HSL
hsl(196, 56%, 44%)OKLCH
oklch(0.607 0.098 225.8)CMYK
cmyk(72%, 19%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C7F9E
2#27718C
3#23637B
4#1E5569
5#194758
6#143946
7#0F2A35
8#0A1C23
9#050E12
Tints
Lighter variations
1#38A0C5
2#4DABCD
3#63B5D3
4#79C0D9
5#90CAE0
6#A6D5E6
7#BCDFEC
8#D2EAF2
9#E9F4F9
Tones
Muted variations
1#388BA9
2#3E88A2
3#44859C
4#4B8296
5#517F90
6#577C89
7#5D7983
8#64767D
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 74BD #74BDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAA #4CAACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 318E #318EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2771 #27718B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C50 #1C5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | 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: #E3F2F7;
--steel-blue-200: #CBE7F0;
--steel-blue-300: #A4D4E5;
--steel-blue-400: #74BDD8;
--steel-blue-500: #4CAACD;
--steel-blue-600: #318EAF;
--steel-blue-700: #27718B;
--steel-blue-800: #1C5063;
--steel-blue-900: #123340;
--steel-blue-950: #0B2028;
}