Steel Blue

#5DB2BB

Cyan

Color Codes

All color formats for development

HEX
#5DB2BB
RGB
rgb(93, 178, 187)
HSL
hsl(186, 41%, 55%)
OKLCH
oklch(0.714 0.083 204.5)
CMYK
cmyk(50%, 5%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F3
200
#D0E9
300
#ACD8
400
#81C3
500
#5DB2
600
#4295
700
#3577
800
#2655
900
#1836
950
#0F22

Shades

Darker variations

1#4AA8B2
2#42959E
3#3A828A
4#327077
5#295D63
6#214B4F
7#19383B
8#112528
9#081314

Tints

Lighter variations

1#6DBAC2
2#7EC1C9
3#8EC9D0
4#9ED1D6
5#AED8DD
6#BEE0E4
7#CEE8EB
8#DFF0F1
9#EFF7F8

Tones

Muted variations

1#62AEB7
2#67AAB2
3#6BA7AD
4#70A3A8
5#759FA4
6#799B9F
7#7E989A
8#839496
9#889091

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F3
#E6F3F4
Light backgroundsTable row hoverSkeleton loading
200
D0E9
#D0E9EB
Secondary backgroundsInput backgroundsDividers
300
ACD8
#ACD8DC
BordersInactive statesPlaceholder text
400
81C3
#81C3CA
Disabled statesSecondary iconsMuted text
500
5DB2
#5DB2BB
Primary brand colorCTAsActive elementsLinks
600
4295
#42959E
Hover statesFocus ringsPrimary buttons hover
700
3577
#35777E
Active/pressed statesDark mode accentsSecondary text
800
2655
#26555A
Text on light backgroundsHeadingsStrong borders
900
1836
#18363A
Primary textHigh emphasis contentDark headings
950
0F22
#0F2224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFA;
  --steel-blue-100: #E6F3F4;
  --steel-blue-200: #D0E9EB;
  --steel-blue-300: #ACD8DC;
  --steel-blue-400: #81C3CA;
  --steel-blue-500: #5DB2BB;
  --steel-blue-600: #42959E;
  --steel-blue-700: #35777E;
  --steel-blue-800: #26555A;
  --steel-blue-900: #18363A;
  --steel-blue-950: #0F2224;
}
Generate More ShadesCreate PaletteConvert Color