Steel Blue
#5AB5BF
CyanColor Codes
All color formats for development
HEX
#5AB5BFRGB
rgb(90, 181, 191)HSL
hsl(186, 44%, 55%)OKLCH
oklch(0.721 0.088 204.9)CMYK
cmyk(53%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47ABB6
2#3F98A2
3#37858D
4#2F7279
5#275F65
6#1F4C51
7#18393D
8#102628
9#081314
Tints
Lighter variations
1#6ABCC5
2#7BC4CC
3#8BCBD2
4#9CD2D8
5#ACDADF
6#BDE1E5
7#CDE9EC
8#DEF0F2
9#EEF8F9
Tones
Muted variations
1#5FB1BA
2#64ADB5
3#69A9B0
4#6EA4AB
5#73A0A5
6#789CA0
7#7D989B
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 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7EC5 #7EC5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB5 #5AB5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F98 #3F98A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3279 #327981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373B | 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: #CFEAEC;
--steel-blue-300: #ABD9DE;
--steel-blue-400: #7EC5CD;
--steel-blue-500: #5AB5BF;
--steel-blue-600: #3F98A2;
--steel-blue-700: #327981;
--steel-blue-800: #24565C;
--steel-blue-900: #17373B;
--steel-blue-950: #0E2225;
}