Steel Blue
#2F93B1
CyanColor Codes
All color formats for development
HEX
#2F93B1RGB
rgb(47, 147, 177)HSL
hsl(194, 58%, 44%)OKLCH
oklch(0.619 0.1 222.2)CMYK
cmyk(73%, 17%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A84A0
2#26768E
3#21677C
4#1C586A
5#184959
6#133B47
7#0E2C35
8#091D23
9#050F12
Tints
Lighter variations
1#35A6C8
2#4BB0CF
3#61BAD5
4#78C4DB
5#8ECEE1
6#A5D8E7
7#BBE1ED
8#D2EBF3
9#E8F5F9
Tones
Muted variations
1#368FAB
2#3C8CA4
3#43889E
4#498597
5#508291
6#567E8A
7#5D7B84
8#63777D
9#6A7477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D6 #A2D6E6 | BordersInactive statesPlaceholder text |
| 400 | 72C1 #72C1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB0 #4AB0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F93 #2F93B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5365 | 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: #E3F3F8;
--steel-blue-200: #CBE8F1;
--steel-blue-300: #A2D6E6;
--steel-blue-400: #72C1DA;
--steel-blue-500: #4AB0CF;
--steel-blue-600: #2F93B1;
--steel-blue-700: #25758D;
--steel-blue-800: #1B5365;
--steel-blue-900: #113540;
--steel-blue-950: #0B2128;
}