Steel Blue
#28A0B8
CyanColor Codes
All color formats for development
HEX
#28A0B8RGB
rgb(40, 160, 184)HSL
hsl(190, 64%, 44%)OKLCH
oklch(0.653 0.106 214.8)CMYK
cmyk(78%, 13%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2490A6
2#208093
3#1C7081
4#18606E
5#14505C
6#10404A
7#0C3037
8#082025
9#041012
Tints
Lighter variations
1#2EB4CF
2#44BED6
3#5BC6DB
4#72CEE0
5#8AD6E5
6#A1DEEA
7#B9E6F0
8#D0EFF5
9#E8F7FA
Tones
Muted variations
1#309BB1
2#3796AA
3#3E92A2
4#458D9B
5#4C8894
6#53838D
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDD #9FDDEA | BordersInactive statesPlaceholder text |
| 400 | 6DCC #6DCCDF | Disabled statesSecondary iconsMuted text |
| 500 | 43BD #43BDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A0 #28A0B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207F #207F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175B #175B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3A #0F3A43 | 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: #F2FBFC;
--steel-blue-100: #E2F5F9;
--steel-blue-200: #C9ECF3;
--steel-blue-300: #9FDDEA;
--steel-blue-400: #6DCCDF;
--steel-blue-500: #43BDD6;
--steel-blue-600: #28A0B8;
--steel-blue-700: #207F92;
--steel-blue-800: #175B69;
--steel-blue-900: #0F3A43;
--steel-blue-950: #09242A;
}