Steel Blue

#6681B2

Blue

Color Codes

All color formats for development

HEX
#6681B2
RGB
rgb(102, 129, 178)
HSL
hsl(219, 33%, 55%)
OKLCH
oklch(0.602 0.081 262)
CMYK
cmyk(43%, 28%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

3.93:1

AA AAA

On Black Background

5.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EB
200
#D3DB
300
#B1BF
400
#889D
500
#6681
600
#4B65
700
#3C50
800
#2B39
900
#1B25
950
#1117

Shades

Darker variations

1#5572A8
2#4B6595
3#425883
4#384C70
5#2F3F5D
6#26334B
7#1C2638
8#131925
9#090D13

Tints

Lighter variations

1#768EBA
2#859AC1
3#94A7C9
4#A3B3D1
5#B3C0D9
6#C2CDE0
7#D1D9E8
8#E0E6F0
9#F0F2F7

Tones

Muted variations

1#6A82AE
2#6E83AB
3#7284A7
4#7685A3
5#79879F
6#7D889B
7#818998
8#858A94
9#888B90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF3
Light backgroundsTable row hoverSkeleton loading
200
D3DB
#D3DBE9
Secondary backgroundsInput backgroundsDividers
300
B1BF
#B1BFD8
BordersInactive statesPlaceholder text
400
889D
#889DC3
Disabled statesSecondary iconsMuted text
500
6681
#6681B2
Primary brand colorCTAsActive elementsLinks
600
4B65
#4B6595
Hover statesFocus ringsPrimary buttons hover
700
3C50
#3C5077
Active/pressed statesDark mode accentsSecondary text
800
2B39
#2B3955
Text on light backgroundsHeadingsStrong borders
900
1B25
#1B2536
Primary textHigh emphasis contentDark headings
950
1117
#111722
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F7FA;
  --steel-blue-100: #E7EBF3;
  --steel-blue-200: #D3DBE9;
  --steel-blue-300: #B1BFD8;
  --steel-blue-400: #889DC3;
  --steel-blue-500: #6681B2;
  --steel-blue-600: #4B6595;
  --steel-blue-700: #3C5077;
  --steel-blue-800: #2B3955;
  --steel-blue-900: #1B2536;
  --steel-blue-950: #111722;
}
Generate More ShadesCreate PaletteConvert Color