Steel Blue

#4AA2CF

Blue

Color Codes

All color formats for development

HEX
#4AA2CF
RGB
rgb(74, 162, 207)
HSL
hsl(200, 58%, 55%)
OKLCH
oklch(0.677 0.107 233.8)
CMYK
cmyk(64%, 22%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.85:1

AA AAA

On Black Background

7.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F1
200
#CBE4
300
#A2D0
400
#72B7
500
#4AA2
600
#2F86
700
#256B
800
#1B4C
900
#1131
950
#0B1E

Shades

Darker variations

1#3597C7
2#2F86B1
3#29759B
4#236485
5#1D546F
6#184359
7#123242
8#0C212C
9#061116

Tints

Lighter variations

1#5CACD4
2#6EB5D8
3#80BEDD
4#92C7E2
5#A4D1E7
6#B6DAEC
7#C9E3F1
8#DBECF5
9#EDF6FA

Tones

Muted variations

1#50A0C8
2#579EC1
3#5E9CBB
4#649AB4
5#6B97AE
6#7295A7
7#7893A0
8#7F919A
9#868E93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F1
#E3F1F8
Light backgroundsTable row hoverSkeleton loading
200
CBE4
#CBE4F1
Secondary backgroundsInput backgroundsDividers
300
A2D0
#A2D0E6
BordersInactive statesPlaceholder text
400
72B7
#72B7DA
Disabled statesSecondary iconsMuted text
500
4AA2
#4AA2CF
Primary brand colorCTAsActive elementsLinks
600
2F86
#2F86B1
Hover statesFocus ringsPrimary buttons hover
700
256B
#256B8D
Active/pressed statesDark mode accentsSecondary text
800
1B4C
#1B4C65
Text on light backgroundsHeadingsStrong borders
900
1131
#113140
Primary textHigh emphasis contentDark headings
950
0B1E
#0B1E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FC;
  --steel-blue-100: #E3F1F8;
  --steel-blue-200: #CBE4F1;
  --steel-blue-300: #A2D0E6;
  --steel-blue-400: #72B7DA;
  --steel-blue-500: #4AA2CF;
  --steel-blue-600: #2F86B1;
  --steel-blue-700: #256B8D;
  --steel-blue-800: #1B4C65;
  --steel-blue-900: #113140;
  --steel-blue-950: #0B1E28;
}
Generate More ShadesCreate PaletteConvert Color