Steel Blue
#2899B8
CyanColor Codes
All color formats for development
HEX
#2899B8RGB
rgb(40, 153, 184)HSL
hsl(193, 64%, 44%)OKLCH
oklch(0.636 0.106 221.1)CMYK
cmyk(78%, 17%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#248AA6
2#207A93
3#1C6B81
4#185C6E
5#144C5C
6#103D4A
7#0C2E37
8#081F25
9#040F12
Tints
Lighter variations
1#2EACCF
2#44B6D6
3#5BBFDB
4#72C8E0
5#8AD1E5
6#A1DBEA
7#B9E4F0
8#D0EDF5
9#E8F6FA
Tones
Muted variations
1#3095B1
2#3791AA
3#3E8DA2
4#45899B
5#4C8594
6#53808D
7#5B7C86
8#62787F
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDA #9FDAEA | BordersInactive statesPlaceholder text |
| 400 | 6DC6 #6DC6DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B6 #43B6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2899 #2899B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207A #207A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1757 #175769 | 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: #F2FAFC;
--steel-blue-100: #E2F4F9;
--steel-blue-200: #C9EAF3;
--steel-blue-300: #9FDAEA;
--steel-blue-400: #6DC6DF;
--steel-blue-500: #43B6D6;
--steel-blue-600: #2899B8;
--steel-blue-700: #207A92;
--steel-blue-800: #175769;
--steel-blue-900: #0F3843;
--steel-blue-950: #09232A;
}