Steel Blue
#3E8DA3
CyanColor Codes
All color formats for development
HEX
#3E8DA3RGB
rgb(62, 141, 163)HSL
hsl(193, 45%, 44%)OKLCH
oklch(0.603 0.083 219)CMYK
cmyk(62%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387F92
2#317182
3#2B6372
4#255462
5#1F4651
6#193841
7#132A31
8#0C1C21
9#060E10
Tints
Lighter variations
1#469FB7
2#59AAC0
3#6EB5C8
4#83BFD0
5#97CAD8
6#ACD4E0
7#C1DFE7
8#D6EAEF
9#EAF4F7
Tones
Muted variations
1#438A9E
2#488799
3#4D8494
4#52818E
5#577F89
6#5C7C84
7#61797F
8#66767A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD3 #AAD3DF | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59AA #59AAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8D #3E8DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3170 #317081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2350 #23505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE6ED;
--steel-blue-300: #AAD3DF;
--steel-blue-400: #7EBDCE;
--steel-blue-500: #59AAC0;
--steel-blue-600: #3E8DA3;
--steel-blue-700: #317081;
--steel-blue-800: #23505C;
--steel-blue-900: #16333B;
--steel-blue-950: #0E2025;
}