Steel Blue
#247ABC
BlueColor Codes
All color formats for development
HEX
#247ABCRGB
rgb(36, 122, 188)HSL
hsl(206, 68%, 44%)OKLCH
oklch(0.562 0.129 246.6)CMYK
cmyk(81%, 35%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206EAA
2#1D6297
3#195684
4#164971
5#123D5E
6#0E314B
7#0B2539
8#071826
9#040C13
Tints
Lighter variations
1#288AD4
2#3F97DA
3#57A4DF
4#6FB1E4
5#87BEE8
6#9FCBED
7#B7D8F1
8#CFE5F6
9#E7F2FA
Tones
Muted variations
1#2C79B5
2#3378AD
3#3B77A6
4#42769E
5#4A7596
6#52748F
7#597387
8#61727F
9#697178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAEC | BordersInactive statesPlaceholder text |
| 400 | 69AE #69AEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E97 #3E97DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247A #247ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EFF9;
--steel-blue-200: #C7E1F4;
--steel-blue-300: #9CCAEC;
--steel-blue-400: #69AEE2;
--steel-blue-500: #3E97DA;
--steel-blue-600: #247ABC;
--steel-blue-700: #1D6196;
--steel-blue-800: #14466B;
--steel-blue-900: #0D2C45;
--steel-blue-950: #081C2B;
}