Steel Blue
#5AA7BF
CyanColor Codes
All color formats for development
HEX
#5AA7BFRGB
rgb(90, 167, 191)HSL
hsl(194, 44%, 55%)OKLCH
oklch(0.688 0.084 220.5)CMYK
cmyk(53%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#479CB6
2#3F8BA2
3#37798D
4#2F6879
5#275765
6#1F4551
7#18343D
8#102328
9#081114
Tints
Lighter variations
1#6AB0C5
2#7BB9CC
3#8BC2D2
4#9CCAD8
5#ACD3DF
6#BDDCE5
7#CDE5EC
8#DEEDF2
9#EEF6F9
Tones
Muted variations
1#5FA4BA
2#64A2B5
3#699FB0
4#6E9CAB
5#739AA5
6#7897A0
7#7D949B
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 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA7 #5AA7BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8B #3F8BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326E #326E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244F #244F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #CFE6EC;
--steel-blue-300: #ABD2DE;
--steel-blue-400: #7EBBCD;
--steel-blue-500: #5AA7BF;
--steel-blue-600: #3F8BA2;
--steel-blue-700: #326E81;
--steel-blue-800: #244F5C;
--steel-blue-900: #17323B;
--steel-blue-950: #0E1F25;
}