Steel Blue
#41949F
CyanColor Codes
All color formats for development
HEX
#41949FRGB
rgb(65, 148, 159)HSL
hsl(187, 42%, 44%)OKLCH
oklch(0.62 0.081 207.1)CMYK
cmyk(59%, 7%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B858F
2#34777F
3#2E6870
4#275960
5#214A50
6#1A3B40
7#142C30
8#0D1E20
9#070F10
Tints
Lighter variations
1#49A7B4
2#5DB2BD
3#71BBC5
4#85C5CD
5#9ACFD6
6#AED8DE
7#C2E2E6
8#D6ECEE
9#EBF5F7
Tones
Muted variations
1#46919B
2#4B8D96
3#4F8991
4#54868C
5#598288
6#5D7F83
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 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD7 #ACD7DD | BordersInactive statesPlaceholder text |
| 400 | 80C2 #80C2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB1 #5CB1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4194 #41949F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3476 #34767F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2554 #25545B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | 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: #ACD7DD;
--steel-blue-400: #80C2CB;
--steel-blue-500: #5CB1BC;
--steel-blue-600: #41949F;
--steel-blue-700: #34767F;
--steel-blue-800: #25545B;
--steel-blue-900: #18363A;
--steel-blue-950: #0F2224;
}