Steel Blue

#3EA1DA

Blue

Color Codes

All color formats for development

HEX
#3EA1DA
RGB
rgb(62, 161, 218)
HSL
hsl(202, 68%, 55%)
OKLCH
oklch(0.676 0.124 238)
CMYK
cmyk(72%, 26%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

2.87:1

AA AAA

On Black Background

7.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F0
200
#C7E4
300
#9CCF
400
#69B6
500
#3EA1
600
#2485
700
#1D69
800
#144B
900
#0D30
950
#081E

Shades

Darker variations

1#2895D4
2#2485BC
3#1F74A5
4#1B638D
5#165376
6#12425E
7#0D3247
8#09212F
9#041118

Tints

Lighter variations

1#51AADE
2#65B4E2
3#78BDE5
4#8BC7E9
5#9FD0ED
6#B2D9F0
7#C5E3F4
8#D8ECF8
9#ECF6FB

Tones

Muted variations

1#469FD2
2#4E9DCB
3#569BC3
4#5D99BB
5#6597B3
6#6D95AB
7#7592A4
8#7D909C
9#848E94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F0
#E1F0F9
Light backgroundsTable row hoverSkeleton loading
200
C7E4
#C7E4F4
Secondary backgroundsInput backgroundsDividers
300
9CCF
#9CCFEC
BordersInactive statesPlaceholder text
400
69B6
#69B6E2
Disabled statesSecondary iconsMuted text
500
3EA1
#3EA1DA
Primary brand colorCTAsActive elementsLinks
600
2485
#2485BC
Hover statesFocus ringsPrimary buttons hover
700
1D69
#1D6996
Active/pressed statesDark mode accentsSecondary text
800
144B
#144B6B
Text on light backgroundsHeadingsStrong borders
900
0D30
#0D3045
Primary textHigh emphasis contentDark headings
950
081E
#081E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2F9FD;
  --steel-blue-100: #E1F0F9;
  --steel-blue-200: #C7E4F4;
  --steel-blue-300: #9CCFEC;
  --steel-blue-400: #69B6E2;
  --steel-blue-500: #3EA1DA;
  --steel-blue-600: #2485BC;
  --steel-blue-700: #1D6996;
  --steel-blue-800: #144B6B;
  --steel-blue-900: #0D3045;
  --steel-blue-950: #081E2B;
}
Generate More ShadesCreate PaletteConvert Color