Steel Blue
#28B3B8
CyanColor Codes
All color formats for development
HEX
#28B3B8RGB
rgb(40, 179, 184)HSL
hsl(182, 64%, 44%)OKLCH
oklch(0.7 0.111 198.7)CMYK
cmyk(78%, 3%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A1A6
2#208F93
3#1C7D81
4#186C6E
5#145A5C
6#10484A
7#0C3637
8#082425
9#041212
Tints
Lighter variations
1#2ECACF
2#44D1D6
3#5BD7DB
4#72DCE0
5#8AE2E5
6#A1E8EA
7#B9EEF0
8#D0F3F5
9#E8F9FA
Tones
Muted variations
1#30ADB1
2#37A6AA
3#3E9FA2
4#45989B
5#4C9294
6#538B8D
7#5B8486
8#627E7F
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7EA | BordersInactive statesPlaceholder text |
| 400 | 6DDB #6DDBDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D1 #43D1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B3 #28B3B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208F #208F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1766 #176669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F8F9;
--steel-blue-200: #C9F2F3;
--steel-blue-300: #9FE7EA;
--steel-blue-400: #6DDBDF;
--steel-blue-500: #43D1D6;
--steel-blue-600: #28B3B8;
--steel-blue-700: #208F92;
--steel-blue-800: #176669;
--steel-blue-900: #0F4143;
--steel-blue-950: #09292A;
}