Steel Blue

#4098A0

Cyan

Color Codes

All color formats for development

HEX
#4098A0
RGB
rgb(64, 152, 160)
HSL
hsl(185, 43%, 44%)
OKLCH
oklch(0.63 0.084 203.5)
CMYK
cmyk(60%, 5%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.38:1

AA AAA

On Black Background

6.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#D0EA
300
#ABD9
400
#7FC6
500
#5BB5
600
#4098
700
#3379
800
#2457
900
#1737
950
#0F23

Shades

Darker variations

1#3A8990
2#337A80
3#2D6B70
4#265B60
5#204C50
6#1A3D40
7#132E30
8#0D1E20
9#060F10

Tints

Lighter variations

1#48ACB5
2#5CB6BE
3#70BFC6
4#84C8CE
5#99D1D6
6#ADDADE
7#C2E4E7
8#D6EDEF
9#EBF6F7

Tones

Muted variations

1#45949C
2#4A9097
3#4E8C92
4#53888D
5#588488
6#5D8083
7#627C7F
8#67787A
9#6B7475

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
D0EA
#D0EAEC
Secondary backgroundsInput backgroundsDividers
300
ABD9
#ABD9DE
BordersInactive statesPlaceholder text
400
7FC6
#7FC6CC
Disabled statesSecondary iconsMuted text
500
5BB5
#5BB5BE
Primary brand colorCTAsActive elementsLinks
600
4098
#4098A0
Hover statesFocus ringsPrimary buttons hover
700
3379
#337980
Active/pressed statesDark mode accentsSecondary text
800
2457
#24575B
Text on light backgroundsHeadingsStrong borders
900
1737
#17373A
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: #F4FAFB;
  --steel-blue-100: #E5F4F5;
  --steel-blue-200: #D0EAEC;
  --steel-blue-300: #ABD9DE;
  --steel-blue-400: #7FC6CC;
  --steel-blue-500: #5BB5BE;
  --steel-blue-600: #4098A0;
  --steel-blue-700: #337980;
  --steel-blue-800: #24575B;
  --steel-blue-900: #17373A;
  --steel-blue-950: #0F2324;
}
Generate More ShadesCreate PaletteConvert Color