Steel Blue

#197CC8

Blue

Color Codes

All color formats for development

HEX
#197CC8
RGB
rgb(25, 124, 200)
HSL
hsl(206, 78%, 44%)
OKLCH
oklch(0.572 0.145 248.1)
CMYK
cmyk(88%, 38%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

4.41:1

AA AAA

On Black Background

4.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C4E1
300
#97CA
400
#60AF
500
#3398
600
#197C
700
#1463
800
#0E46
900
#092D
950
#061C

Shades

Darker variations

1#166FB4
2#1463A0
3#11578C
4#0F4A78
5#0C3E64
6#0A3250
7#07253C
8#051928
9#020C14

Tints

Lighter variations

1#1C8CE1
2#3499E6
3#4DA5E9
4#66B2EC
5#80BFEF
6#99CCF2
7#B3D9F6
8#CCE5F9
9#E6F2FC

Tones

Muted variations

1#217BBF
2#2A7AB6
3#3378AD
4#3C77A5
5#44769C
6#4D7593
7#56748A
8#5F7382
9#677179

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C4E1
#C4E1F8
Secondary backgroundsInput backgroundsDividers
300
97CA
#97CAF2
BordersInactive statesPlaceholder text
400
60AF
#60AFEB
Disabled statesSecondary iconsMuted text
500
3398
#3398E6
Primary brand colorCTAsActive elementsLinks
600
197C
#197CC8
Hover statesFocus ringsPrimary buttons hover
700
1463
#14639F
Active/pressed statesDark mode accentsSecondary text
800
0E46
#0E4671
Text on light backgroundsHeadingsStrong borders
900
092D
#092D49
Primary textHigh emphasis contentDark headings
950
061C
#061C2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F1F8FD;
  --steel-blue-100: #DFEFFB;
  --steel-blue-200: #C4E1F8;
  --steel-blue-300: #97CAF2;
  --steel-blue-400: #60AFEB;
  --steel-blue-500: #3398E6;
  --steel-blue-600: #197CC8;
  --steel-blue-700: #14639F;
  --steel-blue-800: #0E4671;
  --steel-blue-900: #092D49;
  --steel-blue-950: #061C2D;
}
Generate More ShadesCreate PaletteConvert Color