Steel Blue

#2494BC

Blue

Color Codes

All color formats for development

HEX
#2494BC
RGB
rgb(36, 148, 188)
HSL
hsl(196, 68%, 44%)
OKLCH
oklch(0.624 0.112 227.7)
CMYK
cmyk(81%, 21%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

3.48:1

AA AAA

On Black Background

6.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F3
200
#C7E8
300
#9CD7
400
#69C2
500
#3EB1
600
#2494
700
#1D76
800
#1454
900
#0D36
950
#0822

Shades

Darker variations

1#2085AA
2#1D7697
3#196784
4#165971
5#124A5E
6#0E3B4B
7#0B2C39
8#071E26
9#040F13

Tints

Lighter variations

1#28A7D4
2#3FB1DA
3#57BBDF
4#6FC5E4
5#87CEE8
6#9FD8ED
7#B7E2F1
8#CFECF6
9#E7F5FA

Tones

Muted variations

1#2C90B5
2#338DAD
3#3B89A6
4#42869E
5#4A8296
6#527E8F
7#597B87
8#61777F
9#697478

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F3
#E1F3F9
Light backgroundsTable row hoverSkeleton loading
200
C7E8
#C7E8F4
Secondary backgroundsInput backgroundsDividers
300
9CD7
#9CD7EC
BordersInactive statesPlaceholder text
400
69C2
#69C2E2
Disabled statesSecondary iconsMuted text
500
3EB1
#3EB1DA
Primary brand colorCTAsActive elementsLinks
600
2494
#2494BC
Hover statesFocus ringsPrimary buttons hover
700
1D76
#1D7696
Active/pressed statesDark mode accentsSecondary text
800
1454
#14546B
Text on light backgroundsHeadingsStrong borders
900
0D36
#0D3645
Primary textHigh emphasis contentDark headings
950
0822
#08222B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FAFD;
  --steel-blue-100: #E1F3F9;
  --steel-blue-200: #C7E8F4;
  --steel-blue-300: #9CD7EC;
  --steel-blue-400: #69C2E2;
  --steel-blue-500: #3EB1DA;
  --steel-blue-600: #2494BC;
  --steel-blue-700: #1D7696;
  --steel-blue-800: #14546B;
  --steel-blue-900: #0D3645;
  --steel-blue-950: #08222B;
}
Generate More ShadesCreate PaletteConvert Color