Steel Blue

#488799

Cyan

Color Codes

All color formats for development

HEX
#488799
RGB
rgb(72, 135, 153)
HSL
hsl(193, 36%, 44%)
OKLCH
oklch(0.588 0.07 218.6)
CMYK
cmyk(53%, 12%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

4.04:1

AA AAA

On Black Background

5.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F1
200
#D2E5
300
#AFD0
400
#86B8
500
#63A4
600
#4887
700
#396B
800
#294D
900
#1A31
950
#101F

Shades

Darker variations

1#417A89
2#396C7A
3#325F6B
4#2B515C
5#24444C
6#1D363D
7#16292E
8#0E1B1F
9#070E0F

Tints

Lighter variations

1#5198AC
2#64A4B6
3#77AFBF
4#8ABBC8
5#9EC6D1
6#B1D2DA
7#C5DDE4
8#D8E8ED
9#ECF4F6

Tones

Muted variations

1#4C8595
2#508391
3#54808C
4#587E88
5#5C7C84
6#607980
7#64777C
8#687578
9#6C7274

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F1
#E7F1F4
Light backgroundsTable row hoverSkeleton loading
200
D2E5
#D2E5EA
Secondary backgroundsInput backgroundsDividers
300
AFD0
#AFD0D9
BordersInactive statesPlaceholder text
400
86B8
#86B8C6
Disabled statesSecondary iconsMuted text
500
63A4
#63A4B6
Primary brand colorCTAsActive elementsLinks
600
4887
#488799
Hover statesFocus ringsPrimary buttons hover
700
396B
#396B79
Active/pressed statesDark mode accentsSecondary text
800
294D
#294D57
Text on light backgroundsHeadingsStrong borders
900
1A31
#1A3137
Primary textHigh emphasis contentDark headings
950
101F
#101F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F1F4;
  --steel-blue-200: #D2E5EA;
  --steel-blue-300: #AFD0D9;
  --steel-blue-400: #86B8C6;
  --steel-blue-500: #63A4B6;
  --steel-blue-600: #488799;
  --steel-blue-700: #396B79;
  --steel-blue-800: #294D57;
  --steel-blue-900: #1A3137;
  --steel-blue-950: #101F23;
}
Generate More ShadesCreate PaletteConvert Color