Steel Blue
#41A3D8
BlueColor Codes
All color formats for development
HEX
#41A3D8RGB
rgb(65, 163, 216)HSL
hsl(201, 66%, 55%)OKLCH
oklch(0.681 0.119 236.1)CMYK
cmyk(70%, 25%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B97D2
2#2686BA
3#2176A3
4#1D658C
5#185474
6#13435D
7#0E3246
8#0A222F
9#051117
Tints
Lighter variations
1#54ACDC
2#67B5E0
3#7ABFE4
4#8DC8E8
5#A0D1EB
6#B3DAEF
7#C6E3F3
8#D9EDF7
9#ECF6FB
Tones
Muted variations
1#48A1D0
2#509EC9
3#579CC1
4#5F9ABA
5#6698B2
6#6E95AB
7#7693A3
8#7D919B
9#858F94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F1F9;
--steel-blue-200: #C8E4F4;
--steel-blue-300: #9ED0EB;
--steel-blue-400: #6BB7E1;
--steel-blue-500: #41A3D8;
--steel-blue-600: #2686BA;
--steel-blue-700: #1E6B94;
--steel-blue-800: #164C6A;
--steel-blue-900: #0E3144;
--steel-blue-950: #091F2A;
}