Steel Blue
#3A98A6
CyanColor Codes
All color formats for development
HEX
#3A98A6RGB
rgb(58, 152, 166)HSL
hsl(188, 48%, 44%)OKLCH
oklch(0.63 0.089 208.9)CMYK
cmyk(65%, 8%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358995
2#2F7985
3#296A74
4#235B64
5#1D4C53
6#173D42
7#122E32
8#0C1E21
9#060F11
Tints
Lighter variations
1#42ABBB
2#56B5C4
3#6BBECB
4#80C7D2
5#95D1DA
6#AADAE1
7#C0E3E9
8#D5ECF0
9#EAF6F8
Tones
Muted variations
1#4094A1
2#45909B
3#4B8C96
4#508891
5#55848B
6#5B8086
7#607C80
8#65787B
9#6B7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D9 #A8D9E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC5 #7BC5D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B5 #55B5C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A98 #3A98A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E79 #2E7984 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2156 #21565E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1537 #15373C | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F6;
--steel-blue-200: #CEEAEE;
--steel-blue-300: #A8D9E1;
--steel-blue-400: #7BC5D1;
--steel-blue-500: #55B5C3;
--steel-blue-600: #3A98A6;
--steel-blue-700: #2E7984;
--steel-blue-800: #21565E;
--steel-blue-900: #15373C;
--steel-blue-950: #0D2226;
}