Steel Blue
#41ABD8
BlueColor Codes
All color formats for development
HEX
#41ABD8RGB
rgb(65, 171, 216)HSL
hsl(198, 66%, 55%)OKLCH
oklch(0.699 0.116 230)CMYK
cmyk(70%, 21%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BA0D2
2#268EBA
3#217CA3
4#1D6A8C
5#185974
6#13475D
7#0E3546
8#0A232F
9#051217
Tints
Lighter variations
1#54B3DC
2#67BBE0
3#7AC4E4
4#8DCCE8
5#A0D5EB
6#B3DDEF
7#C6E6F3
8#D9EEF7
9#ECF7FB
Tones
Muted variations
1#48A8D0
2#50A4C9
3#57A1C1
4#5F9EBA
5#669BB2
6#6E98AB
7#7695A3
8#7D929B
9#858F94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C8E7F4;
--steel-blue-300: #9ED4EB;
--steel-blue-400: #6BBDE1;
--steel-blue-500: #41ABD8;
--steel-blue-600: #268EBA;
--steel-blue-700: #1E7194;
--steel-blue-800: #16516A;
--steel-blue-900: #0E3444;
--steel-blue-950: #09202A;
}