Steel Blue
#409CA0
CyanColor Codes
All color formats for development
HEX
#409CA0RGB
rgb(64, 156, 160)HSL
hsl(183, 43%, 44%)OKLCH
oklch(0.64 0.086 199.2)CMYK
cmyk(60%, 2%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A8C90
2#337C80
3#2D6D70
4#265D60
5#204E50
6#1A3E40
7#132F30
8#0D1F20
9#061010
Tints
Lighter variations
1#48AFB5
2#5CB9BE
3#70C2C6
4#84CACE
5#99D3D6
6#ADDCDE
7#C2E5E7
8#D6EDEF
9#EBF6F7
Tones
Muted variations
1#45979C
2#4A9397
3#4E8F92
4#538A8D
5#588688
6#5D8283
7#627D7F
8#67797A
9#6B7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7FC8 #7FC8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB9 #5BB9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409C #409CA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337C #337C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F4F5;
--steel-blue-200: #D0EBEC;
--steel-blue-300: #ABDBDE;
--steel-blue-400: #7FC8CC;
--steel-blue-500: #5BB9BE;
--steel-blue-600: #409CA0;
--steel-blue-700: #337C80;
--steel-blue-800: #24585B;
--steel-blue-900: #17393A;
--steel-blue-950: #0F2324;
}