Steel Blue
#236BBE
BlueColor Codes
All color formats for development
HEX
#236BBERGB
rgb(35, 107, 190)HSL
hsl(212, 69%, 44%)OKLCH
oklch(0.529 0.148 254.9)CMYK
cmyk(82%, 44%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F60AB
2#1C5698
3#184B85
4#154072
5#11365F
6#0E2B4C
7#0A2039
8#071526
9#030B13
Tints
Lighter variations
1#2779D6
2#3E88DC
3#5696E0
4#6EA5E4
5#86B4E9
6#9EC3ED
7#B7D2F2
8#CFE1F6
9#E7F0FB
Tones
Muted variations
1#2B6CB6
2#326CAE
3#3A6DA6
4#426D9F
5#496E97
6#516E8F
7#596F87
8#616F80
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC2 #9CC2ED | BordersInactive statesPlaceholder text |
| 400 | 68A2 #68A2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D87 #3D87DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 236B #236BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C55 #1C5597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2745 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1ECF9;
--steel-blue-200: #C7DCF5;
--steel-blue-300: #9CC2ED;
--steel-blue-400: #68A2E3;
--steel-blue-500: #3D87DB;
--steel-blue-600: #236BBE;
--steel-blue-700: #1C5597;
--steel-blue-800: #143D6C;
--steel-blue-900: #0D2745;
--steel-blue-950: #08182B;
}