Steel Blue
#41B0D8
BlueColor Codes
All color formats for development
HEX
#41B0D8RGB
rgb(65, 176, 216)HSL
hsl(196, 66%, 55%)OKLCH
oklch(0.711 0.114 226)CMYK
cmyk(70%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BA5D2
2#2693BA
3#2180A3
4#1D6E8C
5#185C74
6#13495D
7#0E3746
8#0A252F
9#051217
Tints
Lighter variations
1#54B8DC
2#67BFE0
3#7AC7E4
4#8DCFE8
5#A0D7EB
6#B3DFEF
7#C6E7F3
8#D9EFF7
9#ECF7FB
Tones
Muted variations
1#48ACD0
2#50A9C9
3#57A5C1
4#5FA1BA
5#669EB2
6#6E9AAB
7#7697A3
8#7D939B
9#859094
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EB | BordersInactive statesPlaceholder text |
| 400 | 6BC1 #6BC1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B0 #41B0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2693 #2693BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E75 #1E7594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #16536A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3544 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E1F3F9;
--steel-blue-200: #C8E8F4;
--steel-blue-300: #9ED6EB;
--steel-blue-400: #6BC1E1;
--steel-blue-500: #41B0D8;
--steel-blue-600: #2693BA;
--steel-blue-700: #1E7594;
--steel-blue-800: #16536A;
--steel-blue-900: #0E3544;
--steel-blue-950: #09212A;
}