Steel Blue
#4095A0
CyanColor Codes
All color formats for development
HEX
#4095A0RGB
rgb(64, 149, 160)HSL
hsl(187, 43%, 44%)OKLCH
oklch(0.622 0.083 206.9)CMYK
cmyk(60%, 7%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A8690
2#337780
3#2D6870
4#265A60
5#204B50
6#1A3C40
7#132D30
8#0D1E20
9#060F10
Tints
Lighter variations
1#48A8B5
2#5CB2BE
3#70BCC6
4#84C6CE
5#99CFD6
6#ADD9DE
7#C2E2E7
8#D6ECEF
9#EBF5F7
Tones
Muted variations
1#45919C
2#4A8E97
3#4E8A92
4#53868D
5#588388
6#5D7F83
7#627B7F
8#67787A
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7FC3 #7FC3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB2 #5BB2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4095 #4095A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3377 #337780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #D0E9EC;
--steel-blue-300: #ABD8DE;
--steel-blue-400: #7FC3CC;
--steel-blue-500: #5BB2BE;
--steel-blue-600: #4095A0;
--steel-blue-700: #337780;
--steel-blue-800: #24555B;
--steel-blue-900: #17363A;
--steel-blue-950: #0F2224;
}