Steel Blue
#248CBC
BlueColor Codes
All color formats for development
HEX
#248CBCRGB
rgb(36, 140, 188)HSL
hsl(199, 68%, 44%)OKLCH
oklch(0.605 0.116 234.1)CMYK
cmyk(81%, 26%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#207EAA
2#1D7097
3#196284
4#165471
5#12465E
6#0E384B
7#0B2A39
8#071C26
9#040E13
Tints
Lighter variations
1#289ED4
2#3FA9DA
3#57B4DF
4#6FBFE4
5#87C9E8
6#9FD4ED
7#B7DFF1
8#CFEAF6
9#E7F4FA
Tones
Muted variations
1#2C89B5
2#3387AD
3#3B84A6
4#42819E
5#4A7E96
6#527B8F
7#597987
8#61767F
9#697378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3EC | BordersInactive statesPlaceholder text |
| 400 | 69BC #69BCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA9 #3EA9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248C #248CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D70 #1D7096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C7E6F4;
--steel-blue-300: #9CD3EC;
--steel-blue-400: #69BCE2;
--steel-blue-500: #3EA9DA;
--steel-blue-600: #248CBC;
--steel-blue-700: #1D7096;
--steel-blue-800: #14506B;
--steel-blue-900: #0D3345;
--steel-blue-950: #08202B;
}