Steel Blue
#409DA0
CyanColor Codes
All color formats for development
HEX
#409DA0RGB
rgb(64, 157, 160)HSL
hsl(182, 43%, 44%)OKLCH
oklch(0.642 0.087 198.2)CMYK
cmyk(60%, 2%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A8E90
2#337E80
3#2D6E70
4#265E60
5#204F50
6#1A3F40
7#132F30
8#0D1F20
9#061010
Tints
Lighter variations
1#48B1B5
2#5CBBBE
3#70C3C6
4#84CCCE
5#99D4D6
6#ADDDDE
7#C2E5E7
8#D6EEEF
9#EBF6F7
Tones
Muted variations
1#45999C
2#4A9497
3#4E9092
4#538B8D
5#588788
6#5D8283
7#627E7F
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 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | 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: #ABDCDE;
--steel-blue-400: #7FCACC;
--steel-blue-500: #5BBABE;
--steel-blue-600: #409DA0;
--steel-blue-700: #337D80;
--steel-blue-800: #24595B;
--steel-blue-900: #17393A;
--steel-blue-950: #0F2424;
}