Steel Blue
#2F95B1
CyanColor Codes
All color formats for development
HEX
#2F95B1RGB
rgb(47, 149, 177)HSL
hsl(193, 58%, 44%)OKLCH
oklch(0.624 0.099 220.2)CMYK
cmyk(73%, 16%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A86A0
2#26778E
3#21687C
4#1C596A
5#184B59
6#133C47
7#0E2D35
8#091E23
9#050F12
Tints
Lighter variations
1#35A8C8
2#4BB2CF
3#61BCD5
4#78C5DB
5#8ECFE1
6#A5D9E7
7#BBE2ED
8#D2ECF3
9#E8F5F9
Tones
Muted variations
1#3691AB
2#3C8EA4
3#438A9E
4#498697
5#508391
6#567F8A
7#5D7B84
8#63787D
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 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E6 | BordersInactive statesPlaceholder text |
| 400 | 72C3 #72C3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB2 #4AB2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F95 #2F95B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B55 #1B5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | 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: #CBE9F1;
--steel-blue-300: #A2D8E6;
--steel-blue-400: #72C3DA;
--steel-blue-500: #4AB2CF;
--steel-blue-600: #2F95B1;
--steel-blue-700: #25778D;
--steel-blue-800: #1B5565;
--steel-blue-900: #113640;
--steel-blue-950: #0B2228;
}