Steel Blue
#289BB8
CyanColor Codes
All color formats for development
HEX
#289BB8RGB
rgb(40, 155, 184)HSL
hsl(192, 64%, 44%)OKLCH
oklch(0.641 0.106 219.3)CMYK
cmyk(78%, 16%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#248CA6
2#207C93
3#1C6D81
4#185D6E
5#144E5C
6#103E4A
7#0C2F37
8#081F25
9#041012
Tints
Lighter variations
1#2EAFCF
2#44B9D6
3#5BC1DB
4#72CAE0
5#8AD3E5
6#A1DCEA
7#B9E5F0
8#D0EDF5
9#E8F6FA
Tones
Muted variations
1#3097B1
2#3793AA
3#3E8EA2
4#458A9B
5#4C8694
6#53818D
7#5B7D86
8#62797F
9#697577
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 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBEA | BordersInactive statesPlaceholder text |
| 400 | 6DC8 #6DC8DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B8 #43B8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289B #289BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207C #207C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1758 #175869 | 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: #C9EBF3;
--steel-blue-300: #9FDBEA;
--steel-blue-400: #6DC8DF;
--steel-blue-500: #43B8D6;
--steel-blue-600: #289BB8;
--steel-blue-700: #207C92;
--steel-blue-800: #175869;
--steel-blue-900: #0F3843;
--steel-blue-950: #09232A;
}