Steel Blue
#2F91B1
BlueColor Codes
All color formats for development
HEX
#2F91B1RGB
rgb(47, 145, 177)HSL
hsl(195, 58%, 44%)OKLCH
oklch(0.615 0.1 224.1)CMYK
cmyk(73%, 18%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A82A0
2#26748E
3#21657C
4#1C576A
5#184859
6#133A47
7#0E2B35
8#091D23
9#050E12
Tints
Lighter variations
1#35A3C8
2#4BAECF
3#61B8D5
4#78C2DB
5#8ECCE1
6#A5D6E7
7#BBE1ED
8#D2EBF3
9#E8F5F9
Tones
Muted variations
1#368DAB
2#3C8AA4
3#43879E
4#498497
5#508091
6#567D8A
7#5D7A84
8#63777D
9#6A7377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D5 #A2D5E6 | BordersInactive statesPlaceholder text |
| 400 | 72C0 #72C0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAE #4AAECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F91 #2F91B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2573 #25738D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B52 #1B5265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F2F8;
--steel-blue-200: #CBE7F1;
--steel-blue-300: #A2D5E6;
--steel-blue-400: #72C0DA;
--steel-blue-500: #4AAECF;
--steel-blue-600: #2F91B1;
--steel-blue-700: #25738D;
--steel-blue-800: #1B5265;
--steel-blue-900: #113540;
--steel-blue-950: #0B2128;
}