Steel Blue
#5AAEBF
CyanColor Codes
All color formats for development
HEX
#5AAEBFRGB
rgb(90, 174, 191)HSL
hsl(190, 44%, 55%)OKLCH
oklch(0.705 0.085 212.5)CMYK
cmyk(53%, 9%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47A3B6
2#3F91A2
3#377F8D
4#2F6D79
5#275B65
6#1F4951
7#18363D
8#102428
9#081214
Tints
Lighter variations
1#6AB6C5
2#7BBECC
3#8BC6D2
4#9CCED8
5#ACD6DF
6#BDDFE5
7#CDE7EC
8#DEEFF2
9#EEF7F9
Tones
Muted variations
1#5FABBA
2#64A7B5
3#69A4B0
4#6EA0AB
5#739DA5
6#789AA0
7#7D969B
8#829396
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC0 #7EC0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAE #5AAEBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F91 #3F91A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3273 #327381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | 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: #F4FAFB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE8EC;
--steel-blue-300: #ABD6DE;
--steel-blue-400: #7EC0CD;
--steel-blue-500: #5AAEBF;
--steel-blue-600: #3F91A2;
--steel-blue-700: #327381;
--steel-blue-800: #24525C;
--steel-blue-900: #17353B;
--steel-blue-950: #0E2125;
}