Steel Blue
#368FAB
CyanColor Codes
All color formats for development
HEX
#368FABRGB
rgb(54, 143, 171)HSL
hsl(194, 52%, 44%)OKLCH
oklch(0.609 0.093 222.4)CMYK
cmyk(68%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#308199
2#2B7388
3#266477
4#205666
5#1B4855
6#163944
7#102B33
8#0B1D22
9#050E11
Tints
Lighter variations
1#3DA2C0
2#51ACC8
3#67B7CF
4#7DC1D6
5#92CBDD
6#A8D6E4
7#BEE0EA
8#D4EAF1
9#E9F5F8
Tones
Muted variations
1#3C8CA5
2#42899F
3#478699
4#4D8393
5#53808D
6#597D88
7#5F7A82
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D5 #A6D5E3 | BordersInactive statesPlaceholder text |
| 400 | 77BF #77BFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 51AC #51ACC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 368F #368FAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B72 #2B7288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CDE7EF;
--steel-blue-300: #A6D5E3;
--steel-blue-400: #77BFD4;
--steel-blue-500: #51ACC8;
--steel-blue-600: #368FAB;
--steel-blue-700: #2B7288;
--steel-blue-800: #1F5161;
--steel-blue-900: #14343E;
--steel-blue-950: #0C2127;
}