Steel Blue
#226EBF
BlueColor Codes
All color formats for development
HEX
#226EBFRGB
rgb(34, 110, 191)HSL
hsl(211, 70%, 44%)OKLCH
oklch(0.536 0.146 253.6)CMYK
cmyk(82%, 42%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E63AC
2#1B5899
3#184D86
4#144272
5#11375F
6#0D2C4C
7#0A2139
8#071626
9#030B13
Tints
Lighter variations
1#267CD7
2#3D8ADD
3#5599E1
4#6DA7E5
5#86B6EA
6#9EC5EE
7#B6D3F2
8#CEE2F6
9#E7F0FB
Tones
Muted variations
1#2A6EB7
2#316EAF
3#396EA7
4#416F9F
5#496F97
6#516F90
7#596F88
8#607080
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DD #C7DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC3 #9BC3ED | BordersInactive statesPlaceholder text |
| 400 | 67A4 #67A4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8A #3C8ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 226E #226EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B57 #1B5798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133E #133E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C28 #0C2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1EDFA;
--steel-blue-200: #C7DDF5;
--steel-blue-300: #9BC3ED;
--steel-blue-400: #67A4E4;
--steel-blue-500: #3C8ADD;
--steel-blue-600: #226EBF;
--steel-blue-700: #1B5798;
--steel-blue-800: #133E6C;
--steel-blue-900: #0C2845;
--steel-blue-950: #08192B;
}