Steel Blue

#1F91C1

Blue

Color Codes

All color formats for development

HEX
#1F91C1
RGB
rgb(31, 145, 193)
HSL
hsl(198, 72%, 44%)
OKLCH
oklch(0.619 0.119 232.5)
CMYK
cmyk(84%, 25%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

3.57:1

AA AAA

On Black Background

5.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F2
200
#C6E7
300
#9AD5
400
#65BF
500
#3AAD
600
#1F91
700
#1973
800
#1252
900
#0B35
950
#0721

Shades

Darker variations

1#1C82AE
2#19749A
3#166587
4#135774
5#104860
6#0D3A4D
7#092B3A
8#061D27
9#030E13

Tints

Lighter variations

1#23A3DA
2#3BAEDF
3#53B8E3
4#6CC2E7
5#84CCEB
6#9DD6EF
7#B5E0F3
8#CEEBF7
9#E6F5FB

Tones

Muted variations

1#278DB9
2#308AB1
3#3887A9
4#4084A1
5#488099
6#507D91
7#587A88
8#607780
9#687378

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F2
#E0F2FA
Light backgroundsTable row hoverSkeleton loading
200
C6E7
#C6E7F6
Secondary backgroundsInput backgroundsDividers
300
9AD5
#9AD5EF
BordersInactive statesPlaceholder text
400
65BF
#65BFE6
Disabled statesSecondary iconsMuted text
500
3AAD
#3AADDF
Primary brand colorCTAsActive elementsLinks
600
1F91
#1F91C1
Hover statesFocus ringsPrimary buttons hover
700
1973
#19739A
Active/pressed statesDark mode accentsSecondary text
800
1252
#12526E
Text on light backgroundsHeadingsStrong borders
900
0B35
#0B3546
Primary textHigh emphasis contentDark headings
950
0721
#07212C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FAFD;
  --steel-blue-100: #E0F2FA;
  --steel-blue-200: #C6E7F6;
  --steel-blue-300: #9AD5EF;
  --steel-blue-400: #65BFE6;
  --steel-blue-500: #3AADDF;
  --steel-blue-600: #1F91C1;
  --steel-blue-700: #19739A;
  --steel-blue-800: #12526E;
  --steel-blue-900: #0B3546;
  --steel-blue-950: #07212C;
}
Generate More ShadesCreate PaletteConvert Color