Steel Blue
#4094A0
CyanColor Codes
All color formats for development
HEX
#4094A0RGB
rgb(64, 148, 160)HSL
hsl(188, 43%, 44%)OKLCH
oklch(0.62 0.082 208)CMYK
cmyk(60%, 7%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A8590
2#337680
3#2D6770
4#265960
5#204A50
6#1A3B40
7#132C30
8#0D1E20
9#060F10
Tints
Lighter variations
1#48A6B5
2#5CB1BE
3#70BBC6
4#84C4CE
5#99CED6
6#ADD8DE
7#C2E2E7
8#D6EBEF
9#EBF5F7
Tones
Muted variations
1#45909C
2#4A8D97
3#4E8992
4#53858D
5#588288
6#5D7E83
7#627B7F
8#67777A
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 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7FC2 #7FC2CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB0 #5BB0BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4094 #4094A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3375 #337580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545B | 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: #D0E8EC;
--steel-blue-300: #ABD7DE;
--steel-blue-400: #7FC2CC;
--steel-blue-500: #5BB0BE;
--steel-blue-600: #4094A0;
--steel-blue-700: #337580;
--steel-blue-800: #24545B;
--steel-blue-900: #17363A;
--steel-blue-950: #0F2224;
}