Steel Blue
#3097B0
CyanColor Codes
All color formats for development
HEX
#3097B0RGB
rgb(48, 151, 176)HSL
hsl(192, 57%, 44%)OKLCH
oklch(0.629 0.098 217.6)CMYK
cmyk(73%, 14%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B889F
2#27788D
3#22697B
4#1D5A6A
5#184B58
6#133C46
7#0E2D35
8#0A1E23
9#050F12
Tints
Lighter variations
1#36AAC7
2#4CB4CE
3#62BDD4
4#78C7DA
5#8FD0E0
6#A5D9E6
7#BCE3ED
8#D2ECF3
9#E9F6F9
Tones
Muted variations
1#3793AA
2#3D8FA3
3#438B9D
4#4A8797
5#508390
6#57808A
7#5D7C83
8#63787D
9#6A7477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D8 #A3D8E6 | BordersInactive statesPlaceholder text |
| 400 | 73C4 #73C4D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB3 #4BB3CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3097 #3097B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2678 #26788C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F3F7;
--steel-blue-200: #CBE9F1;
--steel-blue-300: #A3D8E6;
--steel-blue-400: #73C4D9;
--steel-blue-500: #4BB3CE;
--steel-blue-600: #3097B0;
--steel-blue-700: #26788C;
--steel-blue-800: #1B5664;
--steel-blue-900: #123740;
--steel-blue-950: #0B2228;
}