Steel Blue
#28AEB8
CyanColor Codes
All color formats for development
HEX
#28AEB8RGB
rgb(40, 174, 184)HSL
hsl(184, 64%, 44%)OKLCH
oklch(0.687 0.109 202.7)CMYK
cmyk(78%, 5%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#249DA6
2#208C93
3#1C7A81
4#18696E
5#14575C
6#10464A
7#0C3437
8#082325
9#041112
Tints
Lighter variations
1#2EC5CF
2#44CCD6
3#5BD2DB
4#72D9E0
5#8ADFE5
6#A1E6EA
7#B9ECF0
8#D0F2F5
9#E8F9FA
Tones
Muted variations
1#30A8B1
2#37A2AA
3#3E9CA2
4#45969B
5#4C8F94
6#53898D
7#5B8386
8#627D7F
9#697677
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 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE5 #9FE5EA | BordersInactive statesPlaceholder text |
| 400 | 6DD7 #6DD7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CC #43CCD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AE #28AEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208B #208B92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1763 #176369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | 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: #C9F0F3;
--steel-blue-300: #9FE5EA;
--steel-blue-400: #6DD7DF;
--steel-blue-500: #43CCD6;
--steel-blue-600: #28AEB8;
--steel-blue-700: #208B92;
--steel-blue-800: #176369;
--steel-blue-900: #0F3F43;
--steel-blue-950: #09282A;
}