Steel Blue
#3E92A3
CyanColor Codes
All color formats for development
HEX
#3E92A3RGB
rgb(62, 146, 163)HSL
hsl(190, 45%, 44%)OKLCH
oklch(0.616 0.084 213.1)CMYK
cmyk(62%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388392
2#317582
3#2B6672
4#255862
5#1F4951
6#193A41
7#132C31
8#0C1D21
9#060F10
Tints
Lighter variations
1#46A4B7
2#59AFC0
3#6EB9C8
4#83C3D0
5#97CDD8
6#ACD7E0
7#C1E1E7
8#D6EBEF
9#EAF5F7
Tones
Muted variations
1#438E9E
2#488B99
3#4D8894
4#52848E
5#578189
6#5C7E84
7#617A7F
8#66777A
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD6 #AAD6DF | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CE | Disabled statesSecondary iconsMuted text |
| 500 | 59AF #59AFC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E92 #3E92A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3174 #317481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2353 #23535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE8ED;
--steel-blue-300: #AAD6DF;
--steel-blue-400: #7EC1CE;
--steel-blue-500: #59AFC0;
--steel-blue-600: #3E92A3;
--steel-blue-700: #317481;
--steel-blue-800: #23535C;
--steel-blue-900: #16353B;
--steel-blue-950: #0E2125;
}