Steel Blue
#41969F
CyanColor Codes
All color formats for development
HEX
#41969FRGB
rgb(65, 150, 159)HSL
hsl(186, 42%, 44%)OKLCH
oklch(0.625 0.082 204.8)CMYK
cmyk(59%, 6%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B878F
2#34787F
3#2E6970
4#275A60
5#214B50
6#1A3C40
7#142D30
8#0D1E20
9#070F10
Tints
Lighter variations
1#49A9B4
2#5DB3BD
3#71BDC5
4#85C6CD
5#9AD0D6
6#AED9DE
7#C2E3E6
8#D6ECEE
9#EBF6F7
Tones
Muted variations
1#46929B
2#4B8E96
3#4F8B91
4#54878C
5#598388
6#5D7F83
7#627C7E
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 | E6F3 #E6F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DD | BordersInactive statesPlaceholder text |
| 400 | 80C4 #80C4CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB3 #5CB3BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4196 #41969F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3477 #34777F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2555 #25555B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | 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: #E6F3F5;
--steel-blue-200: #D0E9EC;
--steel-blue-300: #ACD8DD;
--steel-blue-400: #80C4CB;
--steel-blue-500: #5CB3BC;
--steel-blue-600: #41969F;
--steel-blue-700: #34777F;
--steel-blue-800: #25555B;
--steel-blue-900: #18373A;
--steel-blue-950: #0F2224;
}