Steel Blue
#3A9DA6
CyanColor Codes
All color formats for development
HEX
#3A9DA6RGB
rgb(58, 157, 166)HSL
hsl(185, 48%, 44%)OKLCH
oklch(0.643 0.091 203.7)CMYK
cmyk(65%, 5%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358D95
2#2F7E85
3#296E74
4#235E64
5#1D4F53
6#173F42
7#122F32
8#0C1F21
9#061011
Tints
Lighter variations
1#42B1BB
2#56BAC4
3#6BC3CB
4#80CCD2
5#95D4DA
6#AADDE1
7#C0E5E9
8#D5EEF0
9#EAF6F8
Tones
Muted variations
1#4099A1
2#45949B
3#4B9096
4#508B91
5#55878B
6#5B8286
7#607E80
8#65797B
9#6B7576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC9 #7BC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55BA #55BAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9D #3A9DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7D #2E7D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393C | Primary textHigh emphasis contentDark headings |
| 950 | 0D24 #0D2426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F4F6;
--steel-blue-200: #CEEBEE;
--steel-blue-300: #A8DCE1;
--steel-blue-400: #7BC9D1;
--steel-blue-500: #55BAC3;
--steel-blue-600: #3A9DA6;
--steel-blue-700: #2E7D84;
--steel-blue-800: #21595E;
--steel-blue-900: #15393C;
--steel-blue-950: #0D2426;
}