Steel Blue
#3889A8
BlueColor Codes
All color formats for development
HEX
#3889A8RGB
rgb(56, 137, 168)HSL
hsl(197, 50%, 44%)OKLCH
oklch(0.594 0.091 226.7)CMYK
cmyk(67%, 18%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#327B97
2#2D6D87
3#276076
4#225265
5#1C4454
6#163743
7#112932
8#0B1B22
9#060E11
Tints
Lighter variations
1#3F9ABE
2#54A6C6
3#69B1CD
4#7EBCD4
5#94C7DB
6#A9D2E2
7#BFDDEA
8#D4E9F1
9#EAF4F8
Tones
Muted variations
1#3E86A3
2#43849D
3#498197
4#4F7F92
5#547C8C
6#5A7A87
7#5F7781
8#65757B
9#6B7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE5 #CDE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D1 #A7D1E2 | BordersInactive statesPlaceholder text |
| 400 | 79B9 #79B9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53A5 #53A5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3889 #3889A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D6D #2D6D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 204E #204E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1432 #14323D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E4F1F6;
--steel-blue-200: #CDE5EE;
--steel-blue-300: #A7D1E2;
--steel-blue-400: #79B9D2;
--steel-blue-500: #53A5C6;
--steel-blue-600: #3889A8;
--steel-blue-700: #2D6D86;
--steel-blue-800: #204E60;
--steel-blue-900: #14323D;
--steel-blue-950: #0D1F26;
}