Steel Blue
#248ABC
BlueColor Codes
All color formats for development
HEX
#248ABCRGB
rgb(36, 138, 188)HSL
hsl(200, 68%, 44%)OKLCH
oklch(0.6 0.117 235.7)CMYK
cmyk(81%, 27%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#207CAA
2#1D6E97
3#196084
4#165371
5#12455E
6#0E374B
7#0B2939
8#071C26
9#040E13
Tints
Lighter variations
1#289BD4
2#3FA7DA
3#57B2DF
4#6FBDE4
5#87C8E8
6#9FD3ED
7#B7DEF1
8#CFE9F6
9#E7F4FA
Tones
Muted variations
1#2C87B5
2#3385AD
3#3B82A6
4#427F9E
5#4A7D96
6#527A8F
7#597887
8#61757F
9#697378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD2 #9CD2EC | BordersInactive statesPlaceholder text |
| 400 | 69BA #69BAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA6 #3EA6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248A #248ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6D #1D6D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F1F9;
--steel-blue-200: #C7E5F4;
--steel-blue-300: #9CD2EC;
--steel-blue-400: #69BAE2;
--steel-blue-500: #3EA6DA;
--steel-blue-600: #248ABC;
--steel-blue-700: #1D6D96;
--steel-blue-800: #144E6B;
--steel-blue-900: #0D3245;
--steel-blue-950: #081F2B;
}