Steel Blue

#51B0C8

Cyan

Color Codes

All color formats for development

HEX
#51B0C8
RGB
rgb(81, 176, 200)
HSL
hsl(192, 52%, 55%)
OKLCH
oklch(0.709 0.095 216.9)
CMYK
cmyk(60%, 12%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E4F3
200
#CDE8
300
#A6D7
400
#77C2
500
#51B0
600
#3693
700
#2B75
800
#1F54
900
#1436
950
#0C21

Shades

Darker variations

1#3DA6C0
2#3693AB
3#2F8195
4#286E80
5#225C6B
6#1B4A55
7#143740
8#0D252B
9#071215

Tints

Lighter variations

1#62B8CD
2#73C0D3
3#85C8D8
4#96D0DE
5#A8D8E3
6#B9DFE9
7#CBE7EE
8#DCEFF4
9#EEF7F9

Tones

Muted variations

1#57ACC2
2#5DA9BC
3#62A5B6
4#68A2B0
5#6E9EAA
6#749BA4
7#7A979E
8#809398
9#869092

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F3
#E4F3F6
Light backgroundsTable row hoverSkeleton loading
200
CDE8
#CDE8EF
Secondary backgroundsInput backgroundsDividers
300
A6D7
#A6D7E3
BordersInactive statesPlaceholder text
400
77C2
#77C2D4
Disabled statesSecondary iconsMuted text
500
51B0
#51B0C8
Primary brand colorCTAsActive elementsLinks
600
3693
#3693AB
Hover statesFocus ringsPrimary buttons hover
700
2B75
#2B7588
Active/pressed statesDark mode accentsSecondary text
800
1F54
#1F5461
Text on light backgroundsHeadingsStrong borders
900
1436
#14363E
Primary textHigh emphasis contentDark headings
950
0C21
#0C2127
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FAFB;
  --steel-blue-100: #E4F3F6;
  --steel-blue-200: #CDE8EF;
  --steel-blue-300: #A6D7E3;
  --steel-blue-400: #77C2D4;
  --steel-blue-500: #51B0C8;
  --steel-blue-600: #3693AB;
  --steel-blue-700: #2B7588;
  --steel-blue-800: #1F5461;
  --steel-blue-900: #14363E;
  --steel-blue-950: #0C2127;
}
Generate More ShadesCreate PaletteConvert Color