Steel Blue
#3E9EA3
CyanColor Codes
All color formats for development
HEX
#3E9EA3RGB
rgb(62, 158, 163)HSL
hsl(183, 45%, 44%)OKLCH
oklch(0.645 0.089 200)CMYK
cmyk(62%, 3%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388E92
2#317E82
3#2B6E72
4#255F62
5#1F4F51
6#193F41
7#132F31
8#0C2021
9#061010
Tints
Lighter variations
1#46B2B7
2#59BBC0
3#6EC4C8
4#83CCD0
5#97D5D8
6#ACDDE0
7#C1E6E7
8#D6EEEF
9#EAF7F7
Tones
Muted variations
1#43999E
2#489599
3#4D9094
4#528B8E
5#578789
6#5C8284
7#617E7F
8#66797A
9#6B7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADC #AADCDF | BordersInactive statesPlaceholder text |
| 400 | 7ECA #7ECACE | Disabled statesSecondary iconsMuted text |
| 500 | 59BB #59BBC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9E #3E9EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317D #317D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235A #235A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393B | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F4F5;
--steel-blue-200: #CFEBED;
--steel-blue-300: #AADCDF;
--steel-blue-400: #7ECACE;
--steel-blue-500: #59BBC0;
--steel-blue-600: #3E9EA3;
--steel-blue-700: #317D81;
--steel-blue-800: #235A5C;
--steel-blue-900: #16393B;
--steel-blue-950: #0E2425;
}