Steel Blue
#28A7B8
CyanColor Codes
All color formats for development
HEX
#28A7B8RGB
rgb(40, 167, 184)HSL
hsl(187, 64%, 44%)OKLCH
oklch(0.67 0.107 208.6)CMYK
cmyk(78%, 9%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2497A6
2#208693
3#1C7581
4#18646E
5#14545C
6#10434A
7#0C3237
8#082125
9#041112
Tints
Lighter variations
1#2EBDCF
2#44C5D6
3#5BCCDB
4#72D3E0
5#8ADBE5
6#A1E2EA
7#B9E9F0
8#D0F0F5
9#E8F8FA
Tones
Muted variations
1#30A2B1
2#379CAA
3#3E97A2
4#45919B
5#4C8C94
6#53868D
7#5B8186
8#627B7F
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1EA | BordersInactive statesPlaceholder text |
| 400 | 6DD2 #6DD2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C5 #43C5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A7 #28A7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2085 #208592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175F #175F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F6F9;
--steel-blue-200: #C9EEF3;
--steel-blue-300: #9FE1EA;
--steel-blue-400: #6DD2DF;
--steel-blue-500: #43C5D6;
--steel-blue-600: #28A7B8;
--steel-blue-700: #208592;
--steel-blue-800: #175F69;
--steel-blue-900: #0F3D43;
--steel-blue-950: #09262A;
}