Steel Blue
#2A98B7
CyanColor Codes
All color formats for development
HEX
#2A98B7RGB
rgb(42, 152, 183)HSL
hsl(193, 63%, 44%)OKLCH
oklch(0.633 0.105 221.4)CMYK
cmyk(77%, 17%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2589A5
2#217A92
3#1D6B80
4#195B6E
5#154C5B
6#113D49
7#0C2E37
8#081E25
9#040F12
Tints
Lighter variations
1#2FACCE
2#45B6D5
3#5CBFDA
4#73C8DF
5#8BD1E5
6#A2DAEA
7#B9E3EF
8#D0EDF4
9#E8F6FA
Tones
Muted variations
1#3194B0
2#3890A9
3#3F8CA2
4#46889B
5#4D8494
6#54808C
7#5B7C85
8#62787E
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 | 9FD9 #9FD9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC6 #6EC6DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B5 #44B5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A98 #2A98B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2179 #217991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1857 #185768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | 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: #9FD9E9;
--steel-blue-400: #6EC6DE;
--steel-blue-500: #44B5D5;
--steel-blue-600: #2A98B7;
--steel-blue-700: #217991;
--steel-blue-800: #185768;
--steel-blue-900: #0F3743;
--steel-blue-950: #09232A;
}