Steel Blue
#28ACB8
CyanColor Codes
All color formats for development
HEX
#28ACB8RGB
rgb(40, 172, 184)HSL
hsl(185, 64%, 44%)OKLCH
oklch(0.683 0.108 204.4)CMYK
cmyk(78%, 7%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#249BA6
2#208A93
3#1C7881
4#18676E
5#14565C
6#10454A
7#0C3437
8#082225
9#041112
Tints
Lighter variations
1#2EC2CF
2#44CAD6
3#5BD0DB
4#72D7E0
5#8ADEE5
6#A1E4EA
7#B9EBF0
8#D0F2F5
9#E8F8FA
Tones
Muted variations
1#30A6B1
2#37A0AA
3#3E9AA2
4#45949B
5#4C8E94
6#53888D
7#5B8286
8#627C7F
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE4 #9FE4EA | BordersInactive statesPlaceholder text |
| 400 | 6DD5 #6DD5DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C9 #43C9D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AC #28ACB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2089 #208992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1762 #176269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F7F9;
--steel-blue-200: #C9F0F3;
--steel-blue-300: #9FE4EA;
--steel-blue-400: #6DD5DF;
--steel-blue-500: #43C9D6;
--steel-blue-600: #28ACB8;
--steel-blue-700: #208992;
--steel-blue-800: #176269;
--steel-blue-900: #0F3F43;
--steel-blue-950: #09272A;
}