Steel Blue
#248FBC
BlueColor Codes
All color formats for development
HEX
#248FBCRGB
rgb(36, 143, 188)HSL
hsl(198, 68%, 44%)OKLCH
oklch(0.612 0.114 231.8)CMYK
cmyk(81%, 24%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2080AA
2#1D7297
3#196484
4#165671
5#12475E
6#0E394B
7#0B2B39
8#071D26
9#040E13
Tints
Lighter variations
1#28A1D4
2#3FACDA
3#57B6DF
4#6FC1E4
5#87CBE8
6#9FD5ED
7#B7E0F1
8#CFEAF6
9#E7F5FA
Tones
Muted variations
1#2C8CB5
2#3389AD
3#3B86A6
4#42839E
5#4A7F96
6#527C8F
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 | C7E7 #C7E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD4 #9CD4EC | BordersInactive statesPlaceholder text |
| 400 | 69BE #69BEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAB #3EABDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248F #248FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D72 #1D7296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | 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: #C7E7F4;
--steel-blue-300: #9CD4EC;
--steel-blue-400: #69BEE2;
--steel-blue-500: #3EABDA;
--steel-blue-600: #248FBC;
--steel-blue-700: #1D7296;
--steel-blue-800: #14516B;
--steel-blue-900: #0D3445;
--steel-blue-950: #08202B;
}