Steel Blue
#41B7D8
CyanColor Codes
All color formats for development
HEX
#41B7D8RGB
rgb(65, 183, 216)HSL
hsl(193, 66%, 55%)OKLCH
oklch(0.727 0.113 220.3)CMYK
cmyk(70%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BADD2
2#269ABA
3#2187A3
4#1D748C
5#186074
6#134D5D
7#0E3A46
8#0A272F
9#051317
Tints
Lighter variations
1#54BEDC
2#67C6E0
3#7ACDE4
4#8DD4E8
5#A0DBEB
6#B3E2EF
7#C6E9F3
8#D9F1F7
9#ECF8FB
Tones
Muted variations
1#48B3D0
2#50AFC9
3#57AAC1
4#5FA6BA
5#66A2B2
6#6E9DAB
7#7699A3
8#7D959B
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEB | BordersInactive statesPlaceholder text |
| 400 | 6BC7 #6BC7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B7 #41B7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 269A #269ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E7B #1E7B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1658 #16586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3844 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E1F4F9;
--steel-blue-200: #C8EAF4;
--steel-blue-300: #9EDAEB;
--steel-blue-400: #6BC7E1;
--steel-blue-500: #41B7D8;
--steel-blue-600: #269ABA;
--steel-blue-700: #1E7B94;
--steel-blue-800: #16586A;
--steel-blue-900: #0E3844;
--steel-blue-950: #09232A;
}