Steel Blue

#2C82B5

Blue

Color Codes

All color formats for development

HEX
#2C82B5
RGB
rgb(44, 130, 181)
HSL
hsl(202, 61%, 44%)
OKLCH
oklch(0.579 0.112 239.4)
CMYK
cmyk(76%, 28%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

4.23:1

AA AAA

On Black Background

4.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E2F0
200
#CAE3
300
#A1CE
400
#6FB4
500
#469F
600
#2C82
700
#2368
800
#194A
900
#102F
950
#0A1E

Shades

Darker variations

1#2775A3
2#236891
3#1F5B7E
4#1A4E6C
5#16415A
6#123448
7#0D2736
8#091A24
9#040D12

Tints

Lighter variations

1#3193CC
2#479FD2
3#5EABD8
4#75B7DE
5#8CC3E3
6#A3CFE9
7#BADBEE
8#D1E7F4
9#E8F3F9

Tones

Muted variations

1#3381AE
2#397FA7
3#407DA0
4#477B99
5#4E7992
6#55788C
7#5C7685
8#63747E
9#697277

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F0
#E2F0F8
Light backgroundsTable row hoverSkeleton loading
200
CAE3
#CAE3F2
Secondary backgroundsInput backgroundsDividers
300
A1CE
#A1CEE8
BordersInactive statesPlaceholder text
400
6FB4
#6FB4DC
Disabled statesSecondary iconsMuted text
500
469F
#469FD2
Primary brand colorCTAsActive elementsLinks
600
2C82
#2C82B5
Hover statesFocus ringsPrimary buttons hover
700
2368
#236890
Active/pressed statesDark mode accentsSecondary text
800
194A
#194A67
Text on light backgroundsHeadingsStrong borders
900
102F
#102F42
Primary textHigh emphasis contentDark headings
950
0A1E
#0A1E29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FC;
  --steel-blue-100: #E2F0F8;
  --steel-blue-200: #CAE3F2;
  --steel-blue-300: #A1CEE8;
  --steel-blue-400: #6FB4DC;
  --steel-blue-500: #469FD2;
  --steel-blue-600: #2C82B5;
  --steel-blue-700: #236890;
  --steel-blue-800: #194A67;
  --steel-blue-900: #102F42;
  --steel-blue-950: #0A1E29;
}
Generate More ShadesCreate PaletteConvert Color