Steel Blue

#5AB0BF

Cyan

Color Codes

All color formats for development

HEX
#5AB0BF
RGB
rgb(90, 176, 191)
HSL
hsl(189, 44%, 55%)
OKLCH
oklch(0.709 0.086 210.3)
CMYK
cmyk(53%, 8%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F3
200
#CFE8
300
#ABD6
400
#7EC1
500
#5AB0
600
#3F93
700
#3275
800
#2453
900
#1735
950
#0E21

Shades

Darker variations

1#47A5B6
2#3F93A2
3#37808D
4#2F6E79
5#275C65
6#1F4951
7#18373D
8#102528
9#081214

Tints

Lighter variations

1#6AB8C5
2#7BBFCC
3#8BC7D2
4#9CCFD8
5#ACD7DF
6#BDDFE5
7#CDE7EC
8#DEEFF2
9#EEF7F9

Tones

Muted variations

1#5FACBA
2#64A9B5
3#69A5B0
4#6EA1AB
5#739EA5
6#789AA0
7#7D979B
8#829396
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
#CFE8EC
Secondary backgroundsInput backgroundsDividers
300
ABD6
#ABD6DE
BordersInactive statesPlaceholder text
400
7EC1
#7EC1CD
Disabled statesSecondary iconsMuted text
500
5AB0
#5AB0BF
Primary brand colorCTAsActive elementsLinks
600
3F93
#3F93A2
Hover statesFocus ringsPrimary buttons hover
700
3275
#327581
Active/pressed statesDark mode accentsSecondary text
800
2453
#24535C
Text on light backgroundsHeadingsStrong borders
900
1735
#17353B
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: #CFE8EC;
  --steel-blue-300: #ABD6DE;
  --steel-blue-400: #7EC1CD;
  --steel-blue-500: #5AB0BF;
  --steel-blue-600: #3F93A2;
  --steel-blue-700: #327581;
  --steel-blue-800: #24535C;
  --steel-blue-900: #17353B;
  --steel-blue-950: #0E2125;
}
Generate More ShadesCreate PaletteConvert Color