Steel Blue
#28B1B8
CyanColor Codes
All color formats for development
HEX
#28B1B8RGB
rgb(40, 177, 184)HSL
hsl(183, 64%, 44%)OKLCH
oklch(0.695 0.11 200.3)CMYK
cmyk(78%, 4%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#249FA6
2#208D93
3#1C7C81
4#186A6E
5#14585C
6#10474A
7#0C3537
8#082325
9#041212
Tints
Lighter variations
1#2EC7CF
2#44CFD6
3#5BD5DB
4#72DBE0
5#8AE1E5
6#A1E7EA
7#B9EDF0
8#D0F3F5
9#E8F9FA
Tones
Muted variations
1#30AAB1
2#37A4AA
3#3E9DA2
4#45979B
5#4C9194
6#538A8D
7#5B8486
8#627D7F
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6EA | BordersInactive statesPlaceholder text |
| 400 | 6DD9 #6DD9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CE #43CED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B1 #28B1B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208D #208D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1764 #176469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F7F9;
--steel-blue-200: #C9F1F3;
--steel-blue-300: #9FE6EA;
--steel-blue-400: #6DD9DF;
--steel-blue-500: #43CED6;
--steel-blue-600: #28B1B8;
--steel-blue-700: #208D92;
--steel-blue-800: #176469;
--steel-blue-900: #0F4043;
--steel-blue-950: #09282A;
}