Steel Blue
#2D96B4
CyanColor Codes
All color formats for development
HEX
#2D96B4RGB
rgb(45, 150, 180)HSL
hsl(193, 60%, 44%)OKLCH
oklch(0.628 0.102 221.4)CMYK
cmyk(75%, 17%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2887A2
2#247890
3#1F697E
4#1B5A6C
5#164B5A
6#123C48
7#0D2D36
8#091E24
9#040F12
Tints
Lighter variations
1#33A9CA
2#48B4D1
3#5FBDD7
4#76C6DD
5#8DD0E2
6#A4D9E8
7#BAE3EE
8#D1ECF4
9#E8F6F9
Tones
Muted variations
1#3493AD
2#3A8FA6
3#418B9F
4#488799
5#4F8392
6#557F8B
7#5C7C84
8#63787E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D8 #A1D8E8 | BordersInactive statesPlaceholder text |
| 400 | 70C4 #70C4DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B3 #47B3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D96 #2D96B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2478 #24788F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #CAE9F2;
--steel-blue-300: #A1D8E8;
--steel-blue-400: #70C4DB;
--steel-blue-500: #47B3D1;
--steel-blue-600: #2D96B4;
--steel-blue-700: #24788F;
--steel-blue-800: #1A5566;
--steel-blue-900: #103741;
--steel-blue-950: #0A2229;
}