Steel Blue

#53ADC6

Cyan

Color Codes

All color formats for development

HEX
#53ADC6
RGB
rgb(83, 173, 198)
HSL
hsl(193, 50%, 55%)
OKLCH
oklch(0.702 0.093 218.6)
CMYK
cmyk(58%, 13%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.57:1

AA AAA

On Black Background

8.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E4F2
200
#CDE7
300
#A7D5
400
#79BF
500
#53AD
600
#3890
700
#2D73
800
#2052
900
#1434
950
#0D21

Shades

Darker variations

1#3FA2BD
2#3890A8
3#317E93
4#2A6C7E
5#235A69
6#1C4854
7#15363F
8#0E242A
9#071215

Tints

Lighter variations

1#64B5CB
2#75BDD1
3#87C5D7
4#98CEDD
5#A9D6E2
6#BADEE8
7#CBE6EE
8#DDEFF4
9#EEF7F9

Tones

Muted variations

1#59AAC0
2#5EA6BA
3#64A3B4
4#6AA0AF
5#709DA9
6#7599A3
7#7B969D
8#819398
9#879092

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F6
Light backgroundsTable row hoverSkeleton loading
200
CDE7
#CDE7EE
Secondary backgroundsInput backgroundsDividers
300
A7D5
#A7D5E2
BordersInactive statesPlaceholder text
400
79BF
#79BFD2
Disabled statesSecondary iconsMuted text
500
53AD
#53ADC6
Primary brand colorCTAsActive elementsLinks
600
3890
#3890A8
Hover statesFocus ringsPrimary buttons hover
700
2D73
#2D7386
Active/pressed statesDark mode accentsSecondary text
800
2052
#205260
Text on light backgroundsHeadingsStrong borders
900
1434
#14343D
Primary textHigh emphasis contentDark headings
950
0D21
#0D2126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E4F2F6;
  --steel-blue-200: #CDE7EE;
  --steel-blue-300: #A7D5E2;
  --steel-blue-400: #79BFD2;
  --steel-blue-500: #53ADC6;
  --steel-blue-600: #3890A8;
  --steel-blue-700: #2D7386;
  --steel-blue-800: #205260;
  --steel-blue-900: #14343D;
  --steel-blue-950: #0D2126;
}
Generate More ShadesCreate PaletteConvert Color