Steel Blue
#2F84B1
BlueColor Codes
All color formats for development
HEX
#2F84B1RGB
rgb(47, 132, 177)HSL
hsl(201, 58%, 44%)OKLCH
oklch(0.583 0.105 236)CMYK
cmyk(73%, 25%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A77A0
2#26698E
3#215C7C
4#1C4F6A
5#184259
6#133547
7#0E2835
8#091A23
9#050D12
Tints
Lighter variations
1#3594C8
2#4BA1CF
3#61ACD5
4#78B8DB
5#8EC4E1
6#A5D0E7
7#BBDCED
8#D2E7F3
9#E8F3F9
Tones
Muted variations
1#3682AB
2#3C80A4
3#437E9E
4#497C97
5#507A91
6#56788A
7#5D7684
8#63747D
9#6A7277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE6 | BordersInactive statesPlaceholder text |
| 400 | 72B5 #72B5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA0 #4AA0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F84 #2F84B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F8;
--steel-blue-200: #CBE4F1;
--steel-blue-300: #A2CFE6;
--steel-blue-400: #72B5DA;
--steel-blue-500: #4AA0CF;
--steel-blue-600: #2F84B1;
--steel-blue-700: #25698D;
--steel-blue-800: #1B4B65;
--steel-blue-900: #113040;
--steel-blue-950: #0B1E28;
}