Steel Blue

#59AFC0

Cyan

Color Codes

All color formats for development

HEX
#59AFC0
RGB
rgb(89, 175, 192)
HSL
hsl(190, 45%, 55%)
OKLCH
oklch(0.707 0.086 212.2)
CMYK
cmyk(54%, 9%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.52:1

AA AAA

On Black Background

8.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F3
200
#CFE8
300
#AAD6
400
#7EC1
500
#59AF
600
#3E92
700
#3174
800
#2353
900
#1635
950
#0E21

Shades

Darker variations

1#45A4B7
2#3E92A3
3#36808E
4#2E6D7A
5#275B66
6#1F4951
7#17373D
8#0F2429
9#081214

Tints

Lighter variations

1#69B7C6
2#7ABFCD
3#8BC7D3
4#9BCFD9
5#ACD7DF
6#BCDFE6
7#CDE7EC
8#DEEFF2
9#EEF7F9

Tones

Muted variations

1#5EABBB
2#63A8B6
3#68A4B0
4#6DA1AB
5#729DA6
6#789AA1
7#7D979C
8#829397
9#879091

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F3
#E5F3F5
Light backgroundsTable row hoverSkeleton loading
200
CFE8
#CFE8ED
Secondary backgroundsInput backgroundsDividers
300
AAD6
#AAD6DF
BordersInactive statesPlaceholder text
400
7EC1
#7EC1CE
Disabled statesSecondary iconsMuted text
500
59AF
#59AFC0
Primary brand colorCTAsActive elementsLinks
600
3E92
#3E92A3
Hover statesFocus ringsPrimary buttons hover
700
3174
#317481
Active/pressed statesDark mode accentsSecondary text
800
2353
#23535C
Text on light backgroundsHeadingsStrong borders
900
1635
#16353B
Primary textHigh emphasis contentDark headings
950
0E21
#0E2125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E5F3F5;
  --steel-blue-200: #CFE8ED;
  --steel-blue-300: #AAD6DF;
  --steel-blue-400: #7EC1CE;
  --steel-blue-500: #59AFC0;
  --steel-blue-600: #3E92A3;
  --steel-blue-700: #317481;
  --steel-blue-800: #23535C;
  --steel-blue-900: #16353B;
  --steel-blue-950: #0E2125;
}
Generate More ShadesCreate PaletteConvert Color