Steel Blue
#3E97A3
CyanColor Codes
All color formats for development
HEX
#3E97A3RGB
rgb(62, 151, 163)HSL
hsl(187, 45%, 44%)OKLCH
oklch(0.628 0.085 207.4)CMYK
cmyk(62%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388892
2#317982
3#2B6A72
4#255B62
5#1F4B51
6#193C41
7#132D31
8#0C1E21
9#060F10
Tints
Lighter variations
1#46AAB7
2#59B4C0
3#6EBEC8
4#83C7D0
5#97D0D8
6#ACDAE0
7#C1E3E7
8#D6ECEF
9#EAF6F7
Tones
Muted variations
1#43939E
2#488F99
3#4D8B94
4#52878E
5#578489
6#5C8084
7#617C7F
8#66787A
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 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD9 #AAD9DF | BordersInactive statesPlaceholder text |
| 400 | 7EC5 #7EC5CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B4 #59B4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E97 #3E97A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3178 #317881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2356 #23565C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | 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: #CFE9ED;
--steel-blue-300: #AAD9DF;
--steel-blue-400: #7EC5CE;
--steel-blue-500: #59B4C0;
--steel-blue-600: #3E97A3;
--steel-blue-700: #317881;
--steel-blue-800: #23565C;
--steel-blue-900: #16373B;
--steel-blue-950: #0E2225;
}