Steel Blue

#63ABB6

Cyan

Color Codes

All color formats for development

HEX
#63ABB6
RGB
rgb(99, 171, 182)
HSL
hsl(188, 36%, 55%)
OKLCH
oklch(0.698 0.074 208.2)
CMYK
cmyk(46%, 6%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.61:1

AA AAA

On Black Background

8.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D2E7
300
#AFD4
400
#86BD
500
#63AB
600
#488E
700
#3971
800
#2951
900
#1A34
950
#1020

Shades

Darker variations

1#51A0AC
2#488E99
3#3F7C86
4#366A72
5#2D595F
6#24474C
7#1B3539
8#122326
9#091213

Tints

Lighter variations

1#73B3BD
2#82BBC4
3#92C4CC
4#A1CCD3
5#B1D5DA
6#C1DDE2
7#D0E6E9
8#E0EEF0
9#EFF7F8

Tones

Muted variations

1#67A8B1
2#6BA4AD
3#6FA1A9
4#739EA5
5#789BA1
6#7C989D
7#809599
8#849295
9#888F90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F4
Light backgroundsTable row hoverSkeleton loading
200
D2E7
#D2E7EA
Secondary backgroundsInput backgroundsDividers
300
AFD4
#AFD4D9
BordersInactive statesPlaceholder text
400
86BD
#86BDC6
Disabled statesSecondary iconsMuted text
500
63AB
#63ABB6
Primary brand colorCTAsActive elementsLinks
600
488E
#488E99
Hover statesFocus ringsPrimary buttons hover
700
3971
#397179
Active/pressed statesDark mode accentsSecondary text
800
2951
#295157
Text on light backgroundsHeadingsStrong borders
900
1A34
#1A3437
Primary textHigh emphasis contentDark headings
950
1020
#102023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F2F4;
  --steel-blue-200: #D2E7EA;
  --steel-blue-300: #AFD4D9;
  --steel-blue-400: #86BDC6;
  --steel-blue-500: #63ABB6;
  --steel-blue-600: #488E99;
  --steel-blue-700: #397179;
  --steel-blue-800: #295157;
  --steel-blue-900: #1A3437;
  --steel-blue-950: #102023;
}
Generate More ShadesCreate PaletteConvert Color