Steel Blue

#2F82B1

Blue

Color Codes

All color formats for development

HEX
#2F82B1
RGB
rgb(47, 130, 177)
HSL
hsl(202, 58%, 44%)
OKLCH
oklch(0.578 0.107 237.8)
CMYK
cmyk(73%, 27%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

4.24:1

AA AAA

On Black Background

4.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F0
200
#CBE3
300
#A2CD
400
#72B4
500
#4A9E
600
#2F82
700
#2567
800
#1B4A
900
#112F
950
#0B1D

Shades

Darker variations

1#2A75A0
2#26688E
3#215B7C
4#1C4E6A
5#184159
6#133447
7#0E2735
8#091A23
9#050D12

Tints

Lighter variations

1#3592C8
2#4B9ECF
3#61ABD5
4#78B7DB
5#8EC3E1
6#A5CFE7
7#BBDBED
8#D2E7F3
9#E8F3F9

Tones

Muted variations

1#3680AB
2#3C7EA4
3#437C9E
4#497B97
5#507991
6#56778A
7#5D7584
8#63747D
9#6A7277

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F0
#E3F0F8
Light backgroundsTable row hoverSkeleton loading
200
CBE3
#CBE3F1
Secondary backgroundsInput backgroundsDividers
300
A2CD
#A2CDE6
BordersInactive statesPlaceholder text
400
72B4
#72B4DA
Disabled statesSecondary iconsMuted text
500
4A9E
#4A9ECF
Primary brand colorCTAsActive elementsLinks
600
2F82
#2F82B1
Hover statesFocus ringsPrimary buttons hover
700
2567
#25678D
Active/pressed statesDark mode accentsSecondary text
800
1B4A
#1B4A65
Text on light backgroundsHeadingsStrong borders
900
112F
#112F40
Primary textHigh emphasis contentDark headings
950
0B1D
#0B1D28
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: #CBE3F1;
  --steel-blue-300: #A2CDE6;
  --steel-blue-400: #72B4DA;
  --steel-blue-500: #4A9ECF;
  --steel-blue-600: #2F82B1;
  --steel-blue-700: #25678D;
  --steel-blue-800: #1B4A65;
  --steel-blue-900: #112F40;
  --steel-blue-950: #0B1D28;
}
Generate More ShadesCreate PaletteConvert Color