Steel Blue
#289EB8
CyanColor Codes
All color formats for development
HEX
#289EB8RGB
rgb(40, 158, 184)HSL
hsl(191, 64%, 44%)OKLCH
oklch(0.648 0.106 216.6)CMYK
cmyk(78%, 14%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#248EA6
2#207E93
3#1C6E81
4#185F6E
5#144F5C
6#103F4A
7#0C2F37
8#082025
9#041012
Tints
Lighter variations
1#2EB2CF
2#44BBD6
3#5BC4DB
4#72CCE0
5#8AD5E5
6#A1DDEA
7#B9E6F0
8#D0EEF5
9#E8F7FA
Tones
Muted variations
1#3099B1
2#3795AA
3#3E90A2
4#458B9B
5#4C8794
6#53828D
7#5B7E86
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 | 9FDC #9FDCEA | BordersInactive statesPlaceholder text |
| 400 | 6DCA #6DCADF | Disabled statesSecondary iconsMuted text |
| 500 | 43BB #43BBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289E #289EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207D #207D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175A #175A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | 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: #9FDCEA;
--steel-blue-400: #6DCADF;
--steel-blue-500: #43BBD6;
--steel-blue-600: #289EB8;
--steel-blue-700: #207D92;
--steel-blue-800: #175A69;
--steel-blue-900: #0F3943;
--steel-blue-950: #09242A;
}