Steel Blue
#2F9EB1
CyanColor Codes
All color formats for development
HEX
#2F9EB1RGB
rgb(47, 158, 177)HSL
hsl(189, 58%, 44%)OKLCH
oklch(0.647 0.1 211.6)CMYK
cmyk(73%, 11%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A8EA0
2#267E8E
3#216E7C
4#1C5F6A
5#184F59
6#133F47
7#0E2F35
8#092023
9#051012
Tints
Lighter variations
1#35B2C8
2#4BBBCF
3#61C4D5
4#78CCDB
5#8ED5E1
6#A5DDE7
7#BBE6ED
8#D2EEF3
9#E8F7F9
Tones
Muted variations
1#3699AB
2#3C95A4
3#43909E
4#498C97
5#508791
6#56828A
7#5D7E84
8#63797D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DC #A2DCE6 | BordersInactive statesPlaceholder text |
| 400 | 72CA #72CADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABB #4ABBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9E #2F9EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257D #257D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F8;
--steel-blue-200: #CBEBF1;
--steel-blue-300: #A2DCE6;
--steel-blue-400: #72CADA;
--steel-blue-500: #4ABBCF;
--steel-blue-600: #2F9EB1;
--steel-blue-700: #257D8D;
--steel-blue-800: #1B5A65;
--steel-blue-900: #113940;
--steel-blue-950: #0B2428;
}