Steel Blue
#3E94A3
CyanColor Codes
All color formats for development
HEX
#3E94A3RGB
rgb(62, 148, 163)HSL
hsl(189, 45%, 44%)OKLCH
oklch(0.62 0.084 210.8)CMYK
cmyk(62%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388592
2#317682
3#2B6772
4#255962
5#1F4A51
6#193B41
7#132C31
8#0C1E21
9#060F10
Tints
Lighter variations
1#46A6B7
2#59B1C0
3#6EBBC8
4#83C4D0
5#97CED8
6#ACD8E0
7#C1E2E7
8#D6EBEF
9#EAF5F7
Tones
Muted variations
1#43909E
2#488C99
3#4D8994
4#52858E
5#578289
6#5C7E84
7#617B7F
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 | AAD7 #AAD7DF | BordersInactive statesPlaceholder text |
| 400 | 7EC2 #7EC2CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B0 #59B0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E94 #3E94A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3175 #317581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2354 #23545C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363B | 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: #CFE8ED;
--steel-blue-300: #AAD7DF;
--steel-blue-400: #7EC2CE;
--steel-blue-500: #59B0C0;
--steel-blue-600: #3E94A3;
--steel-blue-700: #317581;
--steel-blue-800: #23545C;
--steel-blue-900: #16363B;
--steel-blue-950: #0E2225;
}