Steel Blue

#2C90B5

Blue

Color Codes

All color formats for development

HEX
#2C90B5
RGB
rgb(44, 144, 181)
HSL
hsl(196, 61%, 44%)
OKLCH
oklch(0.613 0.105 227.5)
CMYK
cmyk(76%, 20%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

3.64:1

AA AAA

On Black Background

5.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E2F2
200
#CAE7
300
#A1D5
400
#6FBF
500
#46AD
600
#2C90
700
#2373
800
#1952
900
#1034
950
#0A21

Shades

Darker variations

1#2782A3
2#237391
3#1F657E
4#1A566C
5#16485A
6#123A48
7#0D2B36
8#091D24
9#040E12

Tints

Lighter variations

1#31A2CC
2#47ADD2
3#5EB7D8
4#75C2DE
5#8CCCE3
6#A3D6E9
7#BAE0EE
8#D1EBF4
9#E8F5F9

Tones

Muted variations

1#338DAE
2#398AA7
3#4087A0
4#478399
5#4E8092
6#557D8C
7#5C7A85
8#63777E
9#697377

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F2
#E2F2F8
Light backgroundsTable row hoverSkeleton loading
200
CAE7
#CAE7F2
Secondary backgroundsInput backgroundsDividers
300
A1D5
#A1D5E8
BordersInactive statesPlaceholder text
400
6FBF
#6FBFDC
Disabled statesSecondary iconsMuted text
500
46AD
#46ADD2
Primary brand colorCTAsActive elementsLinks
600
2C90
#2C90B5
Hover statesFocus ringsPrimary buttons hover
700
2373
#237390
Active/pressed statesDark mode accentsSecondary text
800
1952
#195267
Text on light backgroundsHeadingsStrong borders
900
1034
#103442
Primary textHigh emphasis contentDark headings
950
0A21
#0A2129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FAFC;
  --steel-blue-100: #E2F2F8;
  --steel-blue-200: #CAE7F2;
  --steel-blue-300: #A1D5E8;
  --steel-blue-400: #6FBFDC;
  --steel-blue-500: #46ADD2;
  --steel-blue-600: #2C90B5;
  --steel-blue-700: #237390;
  --steel-blue-800: #195267;
  --steel-blue-900: #103442;
  --steel-blue-950: #0A2129;
}
Generate More ShadesCreate PaletteConvert Color