Steel Blue
#5AACBF
CyanColor Codes
All color formats for development
HEX
#5AACBFRGB
rgb(90, 172, 191)HSL
hsl(191, 44%, 55%)OKLCH
oklch(0.7 0.084 214.7)CMYK
cmyk(53%, 10%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47A1B6
2#3F8FA2
3#377E8D
4#2F6C79
5#275A65
6#1F4851
7#18363D
8#102428
9#081214
Tints
Lighter variations
1#6AB5C5
2#7BBDCC
3#8BC5D2
4#9CCDD8
5#ACD6DF
6#BDDEE5
7#CDE6EC
8#DEEEF2
9#EEF7F9
Tones
Muted variations
1#5FA9BA
2#64A6B5
3#69A3B0
4#6E9FAB
5#739CA5
6#7899A0
7#7D969B
8#829396
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 | ABD5 #ABD5DE | BordersInactive statesPlaceholder text |
| 400 | 7EBF #7EBFCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAC #5AACBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8F #3F8FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3272 #327281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | 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: #ABD5DE;
--steel-blue-400: #7EBFCD;
--steel-blue-500: #5AACBF;
--steel-blue-600: #3F8FA2;
--steel-blue-700: #327281;
--steel-blue-800: #24525C;
--steel-blue-900: #17343B;
--steel-blue-950: #0E2125;
}