Steel Blue

#52B1C7

Cyan

Color Codes

All color formats for development

HEX
#52B1C7
RGB
rgb(82, 177, 199)
HSL
hsl(191, 51%, 55%)
OKLCH
oklch(0.712 0.094 215.2)
CMYK
cmyk(59%, 11%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.48:1

AA AAA

On Black Background

8.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E4F3
200
#CDE9
300
#A6D7
400
#78C3
500
#52B1
600
#3794
700
#2C76
800
#1F54
900
#1436
950
#0C22

Shades

Darker variations

1#3EA7BF
2#3794A9
3#308294
4#296F7F
5#225D6A
6#1B4A55
7#153840
8#0E252A
9#071315

Tints

Lighter variations

1#63B9CC
2#74C1D2
3#86C9D8
4#97D0DD
5#A8D8E3
6#BAE0E9
7#CBE8EE
8#DCEFF4
9#EEF7F9

Tones

Muted variations

1#58AEC1
2#5DAABB
3#63A6B5
4#69A2AF
5#6F9FAA
6#759BA4
7#7B979E
8#819498
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
CDE9
#CDE9EF
Secondary backgroundsInput backgroundsDividers
300
A6D7
#A6D7E2
BordersInactive statesPlaceholder text
400
78C3
#78C3D3
Disabled statesSecondary iconsMuted text
500
52B1
#52B1C7
Primary brand colorCTAsActive elementsLinks
600
3794
#3794A9
Hover statesFocus ringsPrimary buttons hover
700
2C76
#2C7687
Active/pressed statesDark mode accentsSecondary text
800
1F54
#1F5460
Text on light backgroundsHeadingsStrong borders
900
1436
#14363E
Primary textHigh emphasis contentDark headings
950
0C22
#0C2227
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: #CDE9EF;
  --steel-blue-300: #A6D7E2;
  --steel-blue-400: #78C3D3;
  --steel-blue-500: #52B1C7;
  --steel-blue-600: #3794A9;
  --steel-blue-700: #2C7687;
  --steel-blue-800: #1F5460;
  --steel-blue-900: #14363E;
  --steel-blue-950: #0C2227;
}
Generate More ShadesCreate PaletteConvert Color