Steel Blue

#228ABF

Blue

Color Codes

All color formats for development

HEX
#228ABF
RGB
rgb(34, 138, 191)
HSL
hsl(200, 70%, 44%)
OKLCH
oklch(0.601 0.12 237)
CMYK
cmyk(82%, 28%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

3.85:1

AA AAA

On Black Background

5.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F1
200
#C7E6
300
#9BD2
400
#67BB
500
#3CA7
600
#228A
700
#1B6E
800
#134F
900
#0C32
950
#081F

Shades

Darker variations

1#1E7DAC
2#1B6F99
3#186186
4#145372
5#11455F
6#0D374C
7#0A2A39
8#071C26
9#030E13

Tints

Lighter variations

1#269CD7
2#3DA7DD
3#55B2E1
4#6DBDE5
5#86C8EA
6#9ED3EE
7#B6DEF2
8#CEE9F6
9#E7F4FB

Tones

Muted variations

1#2A88B7
2#3185AF
3#3983A7
4#41809F
5#497D97
6#517B90
7#597888
8#607580
9#687378

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F1
#E1F1FA
Light backgroundsTable row hoverSkeleton loading
200
C7E6
#C7E6F5
Secondary backgroundsInput backgroundsDividers
300
9BD2
#9BD2ED
BordersInactive statesPlaceholder text
400
67BB
#67BBE4
Disabled statesSecondary iconsMuted text
500
3CA7
#3CA7DD
Primary brand colorCTAsActive elementsLinks
600
228A
#228ABF
Hover statesFocus ringsPrimary buttons hover
700
1B6E
#1B6E98
Active/pressed statesDark mode accentsSecondary text
800
134F
#134F6C
Text on light backgroundsHeadingsStrong borders
900
0C32
#0C3245
Primary textHigh emphasis contentDark headings
950
081F
#081F2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2F9FD;
  --steel-blue-100: #E1F1FA;
  --steel-blue-200: #C7E6F5;
  --steel-blue-300: #9BD2ED;
  --steel-blue-400: #67BBE4;
  --steel-blue-500: #3CA7DD;
  --steel-blue-600: #228ABF;
  --steel-blue-700: #1B6E98;
  --steel-blue-800: #134F6C;
  --steel-blue-900: #0C3245;
  --steel-blue-950: #081F2B;
}
Generate More ShadesCreate PaletteConvert Color