Steel Blue
#409AA0
CyanColor Codes
All color formats for development
HEX
#409AA0RGB
rgb(64, 154, 160)HSL
hsl(184, 43%, 44%)OKLCH
oklch(0.635 0.085 201.3)CMYK
cmyk(60%, 4%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A8B90
2#337B80
3#2D6C70
4#265C60
5#204D50
6#1A3E40
7#132E30
8#0D1F20
9#060F10
Tints
Lighter variations
1#48AEB5
2#5CB7BE
3#70C0C6
4#84C9CE
5#99D2D6
6#ADDBDE
7#C2E4E7
8#D6EDEF
9#EBF6F7
Tones
Muted variations
1#45969C
2#4A9297
3#4E8D92
4#53898D
5#588588
6#5D8183
7#627D7F
8#67797A
9#6B7475
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 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDA #ABDADE | BordersInactive statesPlaceholder text |
| 400 | 7FC7 #7FC7CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB7 #5BB7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409A #409AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337B #337B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1738 #17383A | 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: #D0EAEC;
--steel-blue-300: #ABDADE;
--steel-blue-400: #7FC7CC;
--steel-blue-500: #5BB7BE;
--steel-blue-600: #409AA0;
--steel-blue-700: #337B80;
--steel-blue-800: #24585B;
--steel-blue-900: #17383A;
--steel-blue-950: #0F2324;
}