Steel Blue
#28A2B8
CyanColor Codes
All color formats for development
HEX
#28A2B8RGB
rgb(40, 162, 184)HSL
hsl(189, 64%, 44%)OKLCH
oklch(0.658 0.106 213)CMYK
cmyk(78%, 12%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2492A6
2#208293
3#1C7281
4#18616E
5#14515C
6#10414A
7#0C3137
8#082025
9#041012
Tints
Lighter variations
1#2EB7CF
2#44C0D6
3#5BC8DB
4#72D0E0
5#8AD8E5
6#A1DFEA
7#B9E7F0
8#D0EFF5
9#E8F7FA
Tones
Muted variations
1#309DB1
2#3798AA
3#3E93A2
4#458E9B
5#4C8994
6#53848D
7#5B7F86
8#627A7F
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFEA | BordersInactive statesPlaceholder text |
| 400 | 6DCE #6DCEDF | Disabled statesSecondary iconsMuted text |
| 500 | 43C0 #43C0D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A2 #28A2B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2081 #208192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175C #175C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F5F9;
--steel-blue-200: #C9EDF3;
--steel-blue-300: #9FDFEA;
--steel-blue-400: #6DCEDF;
--steel-blue-500: #43C0D6;
--steel-blue-600: #28A2B8;
--steel-blue-700: #208192;
--steel-blue-800: #175C69;
--steel-blue-900: #0F3B43;
--steel-blue-950: #09252A;
}