Steel Blue

#63B3B6

Cyan

Color Codes

All color formats for development

HEX
#63B3B6
RGB
rgb(99, 179, 182)
HSL
hsl(182, 36%, 55%)
OKLCH
oklch(0.717 0.079 198.7)
CMYK
cmyk(46%, 2%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.43:1

AA AAA

On Black Background

8.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5FA
100
#E7F3
200
#D2E9
300
#AFD8
400
#86C4
500
#63B3
600
#4896
700
#3977
800
#2955
900
#1A37
950
#1022

Shades

Darker variations

1#51A9AC
2#489699
3#3F8386
4#367072
5#2D5E5F
6#244B4C
7#1B3839
8#122526
9#091313

Tints

Lighter variations

1#73BABD
2#82C2C4
3#92CACC
4#A1D1D3
5#B1D9DA
6#C1E1E2
7#D0E8E9
8#E0F0F0
9#EFF7F8

Tones

Muted variations

1#67AFB1
2#6BABAD
3#6FA7A9
4#73A3A5
5#78A0A1
6#7C9C9D
7#809899
8#849495
9#889090

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5FA
#F5FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E7F3
#E7F3F4
Light backgroundsTable row hoverSkeleton loading
200
D2E9
#D2E9EA
Secondary backgroundsInput backgroundsDividers
300
AFD8
#AFD8D9
BordersInactive statesPlaceholder text
400
86C4
#86C4C6
Disabled statesSecondary iconsMuted text
500
63B3
#63B3B6
Primary brand colorCTAsActive elementsLinks
600
4896
#489699
Hover statesFocus ringsPrimary buttons hover
700
3977
#397779
Active/pressed statesDark mode accentsSecondary text
800
2955
#295557
Text on light backgroundsHeadingsStrong borders
900
1A37
#1A3737
Primary textHigh emphasis contentDark headings
950
1022
#102223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5FAFA;
  --steel-blue-100: #E7F3F4;
  --steel-blue-200: #D2E9EA;
  --steel-blue-300: #AFD8D9;
  --steel-blue-400: #86C4C6;
  --steel-blue-500: #63B3B6;
  --steel-blue-600: #489699;
  --steel-blue-700: #397779;
  --steel-blue-800: #295557;
  --steel-blue-900: #1A3737;
  --steel-blue-950: #102223;
}
Generate More ShadesCreate PaletteConvert Color