Steel Blue

#59B9C0

Cyan

Color Codes

All color formats for development

HEX
#59B9C0
RGB
rgb(89, 185, 192)
HSL
hsl(184, 45%, 55%)
OKLCH
oklch(0.731 0.091 201.8)
CMYK
cmyk(54%, 4%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#AADB
400
#7EC9
500
#59B9
600
#3E9C
700
#317C
800
#2359
900
#1639
950
#0E23

Shades

Darker variations

1#45AFB7
2#3E9CA3
3#36888E
4#2E757A
5#276166
6#1F4E51
7#173A3D
8#0F2729
9#081314

Tints

Lighter variations

1#69C0C6
2#7AC7CD
3#8BCED3
4#9BD5D9
5#ACDCDF
6#BCE3E6
7#CDEAEC
8#DEF1F2
9#EEF8F9

Tones

Muted variations

1#5EB5BB
2#63B0B6
3#68ACB0
4#6DA7AB
5#72A3A6
6#789EA1
7#7D9A9C
8#829597
9#879191

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBED
Secondary backgroundsInput backgroundsDividers
300
AADB
#AADBDF
BordersInactive statesPlaceholder text
400
7EC9
#7EC9CE
Disabled statesSecondary iconsMuted text
500
59B9
#59B9C0
Primary brand colorCTAsActive elementsLinks
600
3E9C
#3E9CA3
Hover statesFocus ringsPrimary buttons hover
700
317C
#317C81
Active/pressed statesDark mode accentsSecondary text
800
2359
#23595C
Text on light backgroundsHeadingsStrong borders
900
1639
#16393B
Primary textHigh emphasis contentDark headings
950
0E23
#0E2325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E5F4F5;
  --steel-blue-200: #CFEBED;
  --steel-blue-300: #AADBDF;
  --steel-blue-400: #7EC9CE;
  --steel-blue-500: #59B9C0;
  --steel-blue-600: #3E9CA3;
  --steel-blue-700: #317C81;
  --steel-blue-800: #23595C;
  --steel-blue-900: #16393B;
  --steel-blue-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color