Steel Blue

#5CACBC

Cyan

Color Codes

All color formats for development

HEX
#5CACBC
RGB
rgb(92, 172, 188)
HSL
hsl(190, 42%, 55%)
OKLCH
oklch(0.7 0.082 212.2)
CMYK
cmyk(51%, 9%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.60:1

AA AAA

On Black Background

8.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F2
200
#D0E7
300
#ACD5
400
#80BF
500
#5CAC
600
#4190
700
#3472
800
#2552
900
#1834
950
#0F21

Shades

Darker variations

1#49A2B3
2#41909F
3#397E8B
4#316C77
5#295A64
6#214850
7#18363C
8#102428
9#081214

Tints

Lighter variations

1#6CB5C3
2#7DBDCA
3#8DC5D0
4#9DCDD7
5#AED6DE
6#BEDEE4
7#CEE6EB
8#DEEEF2
9#EFF7F8

Tones

Muted variations

1#61A9B8
2#66A6B3
3#6BA3AE
4#6FA0A9
5#749CA4
6#7999A0
7#7E969B
8#839396
9#878F91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E6F2
#E6F2F5
Light backgroundsTable row hoverSkeleton loading
200
D0E7
#D0E7EC
Secondary backgroundsInput backgroundsDividers
300
ACD5
#ACD5DD
BordersInactive statesPlaceholder text
400
80BF
#80BFCB
Disabled statesSecondary iconsMuted text
500
5CAC
#5CACBC
Primary brand colorCTAsActive elementsLinks
600
4190
#41909F
Hover statesFocus ringsPrimary buttons hover
700
3472
#34727F
Active/pressed statesDark mode accentsSecondary text
800
2552
#25525B
Text on light backgroundsHeadingsStrong borders
900
1834
#18343A
Primary textHigh emphasis contentDark headings
950
0F21
#0F2124
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E6F2F5;
  --steel-blue-200: #D0E7EC;
  --steel-blue-300: #ACD5DD;
  --steel-blue-400: #80BFCB;
  --steel-blue-500: #5CACBC;
  --steel-blue-600: #41909F;
  --steel-blue-700: #34727F;
  --steel-blue-800: #25525B;
  --steel-blue-900: #18343A;
  --steel-blue-950: #0F2124;
}
Generate More ShadesCreate PaletteConvert Color