Steel Blue
#3E9AA3
CyanColor Codes
All color formats for development
HEX
#3E9AA3RGB
rgb(62, 154, 163)HSL
hsl(185, 45%, 44%)OKLCH
oklch(0.635 0.087 204.2)CMYK
cmyk(62%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388B92
2#317B82
3#2B6C72
4#255D62
5#1F4D51
6#193E41
7#132E31
8#0C1F21
9#060F10
Tints
Lighter variations
1#46AEB7
2#59B8C0
3#6EC1C8
4#83C9D0
5#97D2D8
6#ACDBE0
7#C1E4E7
8#D6EDEF
9#EAF6F7
Tones
Muted variations
1#43969E
2#489299
3#4D8E94
4#52898E
5#578589
6#5C8184
7#617D7F
8#66797A
9#6B7475
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 | CFEA #CFEAED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADA #AADADF | BordersInactive statesPlaceholder text |
| 400 | 7EC7 #7EC7CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B7 #59B7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9A #3E9AA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317B #317B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2358 #23585C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1638 #16383B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | 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: #CFEAED;
--steel-blue-300: #AADADF;
--steel-blue-400: #7EC7CE;
--steel-blue-500: #59B7C0;
--steel-blue-600: #3E9AA3;
--steel-blue-700: #317B81;
--steel-blue-800: #23585C;
--steel-blue-900: #16383B;
--steel-blue-950: #0E2325;
}