Steel Blue
#2D8DB4
BlueColor Codes
All color formats for development
HEX
#2D8DB4RGB
rgb(45, 141, 180)HSL
hsl(197, 60%, 44%)OKLCH
oklch(0.606 0.105 229.6)CMYK
cmyk(75%, 22%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#287FA2
2#247190
3#1F637E
4#1B556C
5#16475A
6#123948
7#0D2A36
8#091C24
9#040E12
Tints
Lighter variations
1#339FCA
2#48AAD1
3#5FB5D7
4#76C0DD
5#8DCAE2
6#A4D5E8
7#BADFEE
8#D1EAF4
9#E8F4F9
Tones
Muted variations
1#348AAD
2#3A88A6
3#41859F
4#488299
5#4F7F92
6#557C8B
7#5C7984
8#63767E
9#697377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 70BD #70BDDB | Disabled statesSecondary iconsMuted text |
| 500 | 47AA #47AAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D8D #2D8DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2470 #24708F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #CAE6F2;
--steel-blue-300: #A1D4E8;
--steel-blue-400: #70BDDB;
--steel-blue-500: #47AAD1;
--steel-blue-600: #2D8DB4;
--steel-blue-700: #24708F;
--steel-blue-800: #1A5066;
--steel-blue-900: #103341;
--steel-blue-950: #0A2029;
}