Steel Blue
#3854A8
BlueColor Codes
All color formats for development
HEX
#3854A8RGB
rgb(56, 84, 168)HSL
hsl(225, 50%, 44%)OKLCH
oklch(0.471 0.139 267.1)CMYK
cmyk(67%, 50%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324C97
2#2D4387
3#273B76
4#223265
5#1C2A54
6#162243
7#111932
8#0B1122
9#060811
Tints
Lighter variations
1#3F5FBE
2#5470C6
3#6982CD
4#7E94D4
5#94A6DB
6#A9B8E2
7#BFC9EA
8#D4DBF1
9#EAEDF8
Tones
Muted variations
1#3E57A3
2#435A9D
3#495D97
4#4F5F92
5#54628C
6#5A6587
7#5F6881
8#656B7B
9#6B6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B6 #A7B6E2 | BordersInactive statesPlaceholder text |
| 400 | 798F #798FD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5370 #5370C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3854 #3854A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D43 #2D4386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2030 #203060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD6EE;
--steel-blue-300: #A7B6E2;
--steel-blue-400: #798FD2;
--steel-blue-500: #5370C6;
--steel-blue-600: #3854A8;
--steel-blue-700: #2D4386;
--steel-blue-800: #203060;
--steel-blue-900: #141F3D;
--steel-blue-950: #0D1326;
}