Steel Blue
#5AB1BF
CyanColor Codes
All color formats for development
HEX
#5AB1BFRGB
rgb(90, 177, 191)HSL
hsl(188, 44%, 55%)OKLCH
oklch(0.712 0.086 209.2)CMYK
cmyk(53%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47A7B6
2#3F94A2
3#37828D
4#2F6F79
5#275D65
6#1F4A51
7#18383D
8#102528
9#081314
Tints
Lighter variations
1#6AB9C5
2#7BC1CC
3#8BC9D2
4#9CD0D8
5#ACD8DF
6#BDE0E5
7#CDE8EC
8#DEEFF2
9#EEF7F9
Tones
Muted variations
1#5FAEBA
2#64AAB5
3#69A6B0
4#6EA2AB
5#739FA5
6#789BA0
7#7D979B
8#829496
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB1 #5AB1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F94 #3F94A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3276 #327681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE9EC;
--steel-blue-300: #ABD7DE;
--steel-blue-400: #7EC3CD;
--steel-blue-500: #5AB1BF;
--steel-blue-600: #3F94A2;
--steel-blue-700: #327681;
--steel-blue-800: #24545C;
--steel-blue-900: #17363B;
--steel-blue-950: #0E2225;
}