Steel Blue

#5EB7BA

Cyan

Color Codes

All color formats for development

HEX
#5EB7BA
RGB
rgb(94, 183, 186)
HSL
hsl(182, 40%, 55%)
OKLCH
oklch(0.726 0.086 198.3)
CMYK
cmyk(49%, 2%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D1EA
300
#ADDA
400
#82C7
500
#5EB7
600
#439A
700
#367B
800
#2658
900
#1838
950
#0F23

Shades

Darker variations

1#4CADB1
2#439A9D
3#3B8789
4#327476
5#2A6062
6#224D4F
7#193A3B
8#112727
9#081314

Tints

Lighter variations

1#6EBEC1
2#7EC5C8
3#8FCDCF
4#9FD4D6
5#AFDBDD
6#BFE2E3
7#CFE9EA
8#DFF1F1
9#EFF8F8

Tones

Muted variations

1#63B3B6
2#68AFB1
3#6CAAAC
4#71A6A8
5#75A2A3
6#7A9D9F
7#7E999A
8#839595
9#889191

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F4
Light backgroundsTable row hoverSkeleton loading
200
D1EA
#D1EAEB
Secondary backgroundsInput backgroundsDividers
300
ADDA
#ADDADC
BordersInactive statesPlaceholder text
400
82C7
#82C7C9
Disabled statesSecondary iconsMuted text
500
5EB7
#5EB7BA
Primary brand colorCTAsActive elementsLinks
600
439A
#439A9D
Hover statesFocus ringsPrimary buttons hover
700
367B
#367B7D
Active/pressed statesDark mode accentsSecondary text
800
2658
#265859
Text on light backgroundsHeadingsStrong borders
900
1838
#183839
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: #F4FAFA;
  --steel-blue-100: #E6F4F4;
  --steel-blue-200: #D1EAEB;
  --steel-blue-300: #ADDADC;
  --steel-blue-400: #82C7C9;
  --steel-blue-500: #5EB7BA;
  --steel-blue-600: #439A9D;
  --steel-blue-700: #367B7D;
  --steel-blue-800: #265859;
  --steel-blue-900: #183839;
  --steel-blue-950: #0F2324;
}
Generate More ShadesCreate PaletteConvert Color