Steel Blue
#41939F
CyanColor Codes
All color formats for development
HEX
#41939FRGB
rgb(65, 147, 159)HSL
hsl(188, 42%, 44%)OKLCH
oklch(0.617 0.081 208.3)CMYK
cmyk(59%, 8%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B848F
2#34757F
3#2E6770
4#275860
5#214950
6#1A3B40
7#142C30
8#0D1D20
9#070F10
Tints
Lighter variations
1#49A5B4
2#5DB0BD
3#71BAC5
4#85C4CD
5#9ACED6
6#AED7DE
7#C2E1E6
8#D6EBEE
9#EBF5F7
Tones
Muted variations
1#468F9B
2#4B8C96
3#4F8891
4#54858C
5#598188
6#5D7E83
7#627B7E
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 | E6F3 #E6F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C1 #80C1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB0 #5CB0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4193 #41939F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3475 #34757F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2553 #25535B | 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: #E6F3F5;
--steel-blue-200: #D0E8EC;
--steel-blue-300: #ACD6DD;
--steel-blue-400: #80C1CB;
--steel-blue-500: #5CB0BC;
--steel-blue-600: #41939F;
--steel-blue-700: #34757F;
--steel-blue-800: #25535B;
--steel-blue-900: #18353A;
--steel-blue-950: #0F2124;
}