Steel Blue

#63A4B6

Cyan

Color Codes

All color formats for development

HEX
#63A4B6
RGB
rgb(99, 164, 182)
HSL
hsl(193, 36%, 55%)
OKLCH
oklch(0.682 0.071 217.5)
CMYK
cmyk(46%, 10%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F1
200
#D2E5
300
#AFD0
400
#86B8
500
#63A4
600
#4887
700
#396B
800
#294D
900
#1A31
950
#101F

Shades

Darker variations

1#5198AC
2#488799
3#3F7686
4#366572
5#2D545F
6#24444C
7#1B3339
8#122226
9#091113

Tints

Lighter variations

1#73ADBD
2#82B6C4
3#92BFCC
4#A1C8D3
5#B1D1DA
6#C1DAE2
7#D0E4E9
8#E0EDF0
9#EFF6F8

Tones

Muted variations

1#67A1B1
2#6B9FAD
3#6F9DA9
4#739AA5
5#7898A1
6#7C969D
7#809399
8#849195
9#888F90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F1
#E7F1F4
Light backgroundsTable row hoverSkeleton loading
200
D2E5
#D2E5EA
Secondary backgroundsInput backgroundsDividers
300
AFD0
#AFD0D9
BordersInactive statesPlaceholder text
400
86B8
#86B8C6
Disabled statesSecondary iconsMuted text
500
63A4
#63A4B6
Primary brand colorCTAsActive elementsLinks
600
4887
#488799
Hover statesFocus ringsPrimary buttons hover
700
396B
#396B79
Active/pressed statesDark mode accentsSecondary text
800
294D
#294D57
Text on light backgroundsHeadingsStrong borders
900
1A31
#1A3137
Primary textHigh emphasis contentDark headings
950
101F
#101F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F1F4;
  --steel-blue-200: #D2E5EA;
  --steel-blue-300: #AFD0D9;
  --steel-blue-400: #86B8C6;
  --steel-blue-500: #63A4B6;
  --steel-blue-600: #488799;
  --steel-blue-700: #396B79;
  --steel-blue-800: #294D57;
  --steel-blue-900: #1A3137;
  --steel-blue-950: #101F23;
}
Generate More ShadesCreate PaletteConvert Color