Steel Blue
#41919F
CyanColor Codes
All color formats for development
HEX
#41919FRGB
rgb(65, 145, 159)HSL
hsl(189, 42%, 44%)OKLCH
oklch(0.613 0.08 210.6)CMYK
cmyk(59%, 9%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B838F
2#34747F
3#2E6670
4#275760
5#214950
6#1A3A40
7#142C30
8#0D1D20
9#070F10
Tints
Lighter variations
1#49A4B4
2#5DAEBD
3#71B8C5
4#85C3CD
5#9ACDD6
6#AED7DE
7#C2E1E6
8#D6EBEE
9#EBF5F7
Tones
Muted variations
1#468E9B
2#4B8B96
3#4F8791
4#54848C
5#598188
6#5D7D83
7#627A7E
8#67777A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C0 #80C0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAE #5CAEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4191 #41919F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3473 #34737F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E6F2F5;
--steel-blue-200: #D0E8EC;
--steel-blue-300: #ACD6DD;
--steel-blue-400: #80C0CB;
--steel-blue-500: #5CAEBC;
--steel-blue-600: #41919F;
--steel-blue-700: #34737F;
--steel-blue-800: #25525B;
--steel-blue-900: #18353A;
--steel-blue-950: #0F2124;
}