Steel Blue
#2A9BB7
CyanColor Codes
All color formats for development
HEX
#2A9BB7RGB
rgb(42, 155, 183)HSL
hsl(192, 63%, 44%)OKLCH
oklch(0.641 0.105 218.7)CMYK
cmyk(77%, 15%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#258BA5
2#217C92
3#1D6C80
4#195D6E
5#154D5B
6#113E49
7#0C2E37
8#081F25
9#040F12
Tints
Lighter variations
1#2FAECE
2#45B8D5
3#5CC1DA
4#73CADF
5#8BD3E5
6#A2DBEA
7#B9E4EF
8#D0EDF4
9#E8F6FA
Tones
Muted variations
1#3196B0
2#3892A9
3#3F8EA2
4#468A9B
5#4D8594
6#54818C
7#5B7D85
8#62797E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC7 #6EC7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B8 #44B8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9B #2A9BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217B #217B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1858 #185868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #C9EAF3;
--steel-blue-300: #9FDBE9;
--steel-blue-400: #6EC7DE;
--steel-blue-500: #44B8D5;
--steel-blue-600: #2A9BB7;
--steel-blue-700: #217B91;
--steel-blue-800: #185868;
--steel-blue-900: #0F3843;
--steel-blue-950: #09232A;
}