Steel Blue

#63A6B6

Cyan

Color Codes

All color formats for development

HEX
#63A6B6
RGB
rgb(99, 166, 182)
HSL
hsl(192, 36%, 55%)
OKLCH
oklch(0.687 0.072 214.8)
CMYK
cmyk(46%, 9%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.74:1

AA AAA

On Black Background

7.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F1
200
#D2E5
300
#AFD1
400
#86B9
500
#63A5
600
#4888
700
#396D
800
#294E
900
#1A32
950
#101F

Shades

Darker variations

1#5199AC
2#488899
3#3F7786
4#366672
5#2D555F
6#24444C
7#1B3339
8#122226
9#091113

Tints

Lighter variations

1#73AEBD
2#82B7C4
3#92C0CC
4#A1C9D3
5#B1D2DA
6#C1DBE2
7#D0E4E9
8#E0EDF0
9#EFF6F8

Tones

Muted variations

1#67A3B1
2#6BA0AD
3#6F9EA9
4#739BA5
5#7899A1
6#7C969D
7#809499
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
AFD1
#AFD1D9
BordersInactive statesPlaceholder text
400
86B9
#86B9C6
Disabled statesSecondary iconsMuted text
500
63A5
#63A5B6
Primary brand colorCTAsActive elementsLinks
600
4888
#488899
Hover statesFocus ringsPrimary buttons hover
700
396D
#396D79
Active/pressed statesDark mode accentsSecondary text
800
294E
#294E57
Text on light backgroundsHeadingsStrong borders
900
1A32
#1A3237
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: #AFD1D9;
  --steel-blue-400: #86B9C6;
  --steel-blue-500: #63A5B6;
  --steel-blue-600: #488899;
  --steel-blue-700: #396D79;
  --steel-blue-800: #294E57;
  --steel-blue-900: #1A3237;
  --steel-blue-950: #101F23;
}
Generate More ShadesCreate PaletteConvert Color