Steel Blue
#5AABBF
CyanColor Codes
All color formats for development
HEX
#5AABBFRGB
rgb(90, 171, 191)HSL
hsl(192, 44%, 55%)OKLCH
oklch(0.698 0.084 215.9)CMYK
cmyk(53%, 10%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47A0B6
2#3F8EA2
3#377C8D
4#2F6A79
5#275965
6#1F4751
7#18353D
8#102328
9#081214
Tints
Lighter variations
1#6AB3C5
2#7BBBCC
3#8BC4D2
4#9CCCD8
5#ACD5DF
6#BDDDE5
7#CDE6EC
8#DEEEF2
9#EEF7F9
Tones
Muted variations
1#5FA8BA
2#64A4B5
3#69A1B0
4#6E9EAB
5#739BA5
6#7898A0
7#7D959B
8#829296
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD4 #ABD4DE | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAB #5AABBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8E #3F8EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3271 #327181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2451 #24515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE7EC;
--steel-blue-300: #ABD4DE;
--steel-blue-400: #7EBDCD;
--steel-blue-500: #5AABBF;
--steel-blue-600: #3F8EA2;
--steel-blue-700: #327181;
--steel-blue-800: #24515C;
--steel-blue-900: #17343B;
--steel-blue-950: #0E2025;
}