Steel Blue

#5CB9BC

Cyan

Color Codes

All color formats for development

HEX
#5CB9BC
RGB
rgb(92, 185, 188)
HSL
hsl(182, 42%, 55%)
OKLCH
oklch(0.73 0.088 198.2)
CMYK
cmyk(51%, 2%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D0EB
300
#ACDB
400
#80C9
500
#5CB9
600
#419C
700
#347C
800
#2559
900
#1839
950
#0F23

Shades

Darker variations

1#49B0B3
2#419C9F
3#39898B
4#317577
5#296264
6#214E50
7#183B3C
8#102728
9#081414

Tints

Lighter variations

1#6CC0C3
2#7DC7CA
3#8DCED0
4#9DD5D7
5#AEDCDE
6#BEE3E4
7#CEEAEB
8#DEF1F2
9#EFF8F8

Tones

Muted variations

1#61B5B8
2#66B0B3
3#6BACAE
4#6FA7A9
5#74A3A4
6#799EA0
7#7E9A9B
8#839596
9#879191

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F5
Light backgroundsTable row hoverSkeleton loading
200
D0EB
#D0EBEC
Secondary backgroundsInput backgroundsDividers
300
ACDB
#ACDBDD
BordersInactive statesPlaceholder text
400
80C9
#80C9CB
Disabled statesSecondary iconsMuted text
500
5CB9
#5CB9BC
Primary brand colorCTAsActive elementsLinks
600
419C
#419C9F
Hover statesFocus ringsPrimary buttons hover
700
347C
#347C7F
Active/pressed statesDark mode accentsSecondary text
800
2559
#25595B
Text on light backgroundsHeadingsStrong borders
900
1839
#18393A
Primary textHigh emphasis contentDark headings
950
0F23
#0F2324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E6F4F5;
  --steel-blue-200: #D0EBEC;
  --steel-blue-300: #ACDBDD;
  --steel-blue-400: #80C9CB;
  --steel-blue-500: #5CB9BC;
  --steel-blue-600: #419C9F;
  --steel-blue-700: #347C7F;
  --steel-blue-800: #25595B;
  --steel-blue-900: #18393A;
  --steel-blue-950: #0F2324;
}
Generate More ShadesCreate PaletteConvert Color