Steel Blue

#2F86B1

Blue

Color Codes

All color formats for development

HEX
#2F86B1
RGB
rgb(47, 134, 177)
HSL
hsl(200, 58%, 44%)
OKLCH
oklch(0.588 0.104 234.3)
CMYK
cmyk(73%, 24%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F1
200
#CBE4
300
#A2D0
400
#72B7
500
#4AA2
600
#2F86
700
#256B
800
#1B4C
900
#1131
950
#0B1E

Shades

Darker variations

1#2A79A0
2#266B8E
3#215E7C
4#1C506A
5#184359
6#133647
7#0E2835
8#091B23
9#050D12

Tints

Lighter variations

1#3597C8
2#4BA3CF
3#61AED5
4#78BADB
5#8EC5E1
6#A5D1E7
7#BBDCED
8#D2E8F3
9#E8F3F9

Tones

Muted variations

1#3684AB
2#3C82A4
3#437F9E
4#497D97
5#507B91
6#56798A
7#5D7784
8#63757D
9#6A7277

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F1
#E3F1F8
Light backgroundsTable row hoverSkeleton loading
200
CBE4
#CBE4F1
Secondary backgroundsInput backgroundsDividers
300
A2D0
#A2D0E6
BordersInactive statesPlaceholder text
400
72B7
#72B7DA
Disabled statesSecondary iconsMuted text
500
4AA2
#4AA2CF
Primary brand colorCTAsActive elementsLinks
600
2F86
#2F86B1
Hover statesFocus ringsPrimary buttons hover
700
256B
#256B8D
Active/pressed statesDark mode accentsSecondary text
800
1B4C
#1B4C65
Text on light backgroundsHeadingsStrong borders
900
1131
#113140
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: #E3F1F8;
  --steel-blue-200: #CBE4F1;
  --steel-blue-300: #A2D0E6;
  --steel-blue-400: #72B7DA;
  --steel-blue-500: #4AA2CF;
  --steel-blue-600: #2F86B1;
  --steel-blue-700: #256B8D;
  --steel-blue-800: #1B4C65;
  --steel-blue-900: #113140;
  --steel-blue-950: #0B1E28;
}
Generate More ShadesCreate PaletteConvert Color