Steel Blue
#5AA9BF
CyanColor Codes
All color formats for development
HEX
#5AA9BFRGB
rgb(90, 169, 191)HSL
hsl(193, 44%, 55%)OKLCH
oklch(0.693 0.084 218.2)CMYK
cmyk(53%, 12%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#479EB6
2#3F8CA2
3#377B8D
4#2F6979
5#275865
6#1F4651
7#18353D
8#102328
9#081214
Tints
Lighter variations
1#6AB1C5
2#7BBACC
3#8BC3D2
4#9CCBD8
5#ACD4DF
6#BDDDE5
7#CDE5EC
8#DEEEF2
9#EEF6F9
Tones
Muted variations
1#5FA6BA
2#64A3B5
3#69A0B0
4#6E9DAB
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 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7EBC #7EBCCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA9 #5AA9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8C #3F8CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3270 #327081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333B | 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: #CFE6EC;
--steel-blue-300: #ABD3DE;
--steel-blue-400: #7EBCCD;
--steel-blue-500: #5AA9BF;
--steel-blue-600: #3F8CA2;
--steel-blue-700: #327081;
--steel-blue-800: #24505C;
--steel-blue-900: #17333B;
--steel-blue-950: #0E2025;
}