Steel Blue
#2F97B1
CyanColor Codes
All color formats for development
HEX
#2F97B1RGB
rgb(47, 151, 177)HSL
hsl(192, 58%, 44%)OKLCH
oklch(0.629 0.099 218.3)CMYK
cmyk(73%, 15%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A88A0
2#26798E
3#216A7C
4#1C5B6A
5#184C59
6#133C47
7#0E2D35
8#091E23
9#050F12
Tints
Lighter variations
1#35AAC8
2#4BB5CF
3#61BED5
4#78C7DB
5#8ED0E1
6#A5DAE7
7#BBE3ED
8#D2ECF3
9#E8F6F9
Tones
Muted variations
1#3693AB
2#3C8FA4
3#438C9E
4#498897
5#508491
6#56808A
7#5D7C84
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 | A2D9 #A2D9E6 | BordersInactive statesPlaceholder text |
| 400 | 72C5 #72C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB4 #4AB4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F97 #2F97B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2578 #25788D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113740 | 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: #A2D9E6;
--steel-blue-400: #72C5DA;
--steel-blue-500: #4AB4CF;
--steel-blue-600: #2F97B1;
--steel-blue-700: #25788D;
--steel-blue-800: #1B5665;
--steel-blue-900: #113740;
--steel-blue-950: #0B2228;
}