Steel Blue
#3A9BA6
CyanColor Codes
All color formats for development
HEX
#3A9BA6RGB
rgb(58, 155, 166)HSL
hsl(186, 48%, 44%)OKLCH
oklch(0.638 0.09 205.7)CMYK
cmyk(65%, 7%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358C95
2#2F7C85
3#296D74
4#235D64
5#1D4E53
6#173E42
7#122F32
8#0C1F21
9#061011
Tints
Lighter variations
1#42AFBB
2#56B9C4
3#6BC1CB
4#80CAD2
5#95D3DA
6#AADCE1
7#C0E5E9
8#D5EDF0
9#EAF6F8
Tones
Muted variations
1#4097A1
2#45939B
3#4B8E96
4#508A91
5#55868B
6#5B8186
7#607D80
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 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC8 #7BC8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B8 #55B8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9B #3A9BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383C | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | 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: #A8DBE1;
--steel-blue-400: #7BC8D1;
--steel-blue-500: #55B8C3;
--steel-blue-600: #3A9BA6;
--steel-blue-700: #2E7C84;
--steel-blue-800: #21585E;
--steel-blue-900: #15383C;
--steel-blue-950: #0D2326;
}