Steel Blue
#388CA8
BlueColor Codes
All color formats for development
HEX
#388CA8RGB
rgb(56, 140, 168)HSL
hsl(195, 50%, 44%)OKLCH
oklch(0.601 0.09 223.5)CMYK
cmyk(67%, 17%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#327E97
2#2D7087
3#276276
4#225465
5#1C4654
6#163843
7#112A32
8#0B1C22
9#060E11
Tints
Lighter variations
1#3F9EBE
2#54A9C6
3#69B4CD
4#7EBFD4
5#94C9DB
6#A9D4E2
7#BFDFEA
8#D4EAF1
9#EAF4F8
Tones
Muted variations
1#3E89A3
2#43879D
3#498497
4#4F8192
5#547E8C
6#5A7B87
7#5F7981
8#65767B
9#6B7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D3 #A7D3E2 | BordersInactive statesPlaceholder text |
| 400 | 79BC #79BCD2 | Disabled statesSecondary iconsMuted text |
| 500 | 53A9 #53A9C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 388C #388CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D70 #2D7086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2050 #205060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CDE6EE;
--steel-blue-300: #A7D3E2;
--steel-blue-400: #79BCD2;
--steel-blue-500: #53A9C6;
--steel-blue-600: #388CA8;
--steel-blue-700: #2D7086;
--steel-blue-800: #205060;
--steel-blue-900: #14333D;
--steel-blue-950: #0D2026;
}