Steel Blue
#368BAB
BlueColor Codes
All color formats for development
HEX
#368BABRGB
rgb(54, 139, 171)HSL
hsl(196, 52%, 44%)OKLCH
oklch(0.599 0.094 226.6)CMYK
cmyk(68%, 19%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#307D99
2#2B7088
3#266277
4#205466
5#1B4655
6#163844
7#102A33
8#0B1C22
9#050E11
Tints
Lighter variations
1#3D9DC0
2#51A8C8
3#67B3CF
4#7DBED6
5#92C9DD
6#A8D4E4
7#BEDFEA
8#D4E9F1
9#E9F4F8
Tones
Muted variations
1#3C89A5
2#42869F
3#478399
4#4D8193
5#537E8D
6#597B88
7#5F7882
8#65767C
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D3 #A6D3E3 | BordersInactive statesPlaceholder text |
| 400 | 77BB #77BBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 51A8 #51A8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 368B #368BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B6F #2B6F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4F #1F4F61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F1F6;
--steel-blue-200: #CDE6EF;
--steel-blue-300: #A6D3E3;
--steel-blue-400: #77BBD4;
--steel-blue-500: #51A8C8;
--steel-blue-600: #368BAB;
--steel-blue-700: #2B6F88;
--steel-blue-800: #1F4F61;
--steel-blue-900: #14333E;
--steel-blue-950: #0C2027;
}