Steel Blue
#389BA8
CyanColor Codes
All color formats for development
HEX
#389BA8RGB
rgb(56, 155, 168)HSL
hsl(187, 50%, 44%)OKLCH
oklch(0.638 0.092 207.4)CMYK
cmyk(67%, 8%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#328C97
2#2D7C87
3#276D76
4#225D65
5#1C4E54
6#163E43
7#112F32
8#0B1F22
9#061011
Tints
Lighter variations
1#3FAFBE
2#54B9C6
3#69C1CD
4#7ECAD4
5#94D3DB
6#A9DCE2
7#BFE5EA
8#D4EDF1
9#EAF6F8
Tones
Muted variations
1#3E97A3
2#43939D
3#498E97
4#4F8A92
5#54868C
6#5A8187
7#5F7D81
8#65797B
9#6B7576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEB #CDEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7DB #A7DBE2 | BordersInactive statesPlaceholder text |
| 400 | 79C8 #79C8D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B8 #53B8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 389B #389BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D7B #2D7B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2058 #205860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E4F4F6;
--steel-blue-200: #CDEBEE;
--steel-blue-300: #A7DBE2;
--steel-blue-400: #79C8D2;
--steel-blue-500: #53B8C6;
--steel-blue-600: #389BA8;
--steel-blue-700: #2D7B86;
--steel-blue-800: #205860;
--steel-blue-900: #14383D;
--steel-blue-950: #0D2326;
}