Steel Blue

#4EADCA

Cyan

Color Codes

All color formats for development

HEX
#4EADCA
RGB
rgb(78, 173, 202)
HSL
hsl(194, 54%, 55%)
OKLCH
oklch(0.702 0.098 221)
CMYK
cmyk(61%, 14%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E4F2
200
#CCE7
300
#A5D5
400
#76BF
500
#4EAD
600
#3491
700
#2973
800
#1D52
900
#1335
950
#0C21

Shades

Darker variations

1#3AA3C2
2#3491AD
3#2D7E97
4#276C82
5#205A6C
6#1A4856
7#133641
8#0D242B
9#061216

Tints

Lighter variations

1#60B5CF
2#72BED5
3#83C6DA
4#95CEDF
5#A7D6E5
6#B8DEEA
7#CAE6EF
8#DCEFF4
9#EDF7FA

Tones

Muted variations

1#54AAC4
2#5BA7BE
3#61A3B8
4#67A0B1
5#6D9DAB
6#7399A5
7#7A969F
8#809399
9#869092

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F7
Light backgroundsTable row hoverSkeleton loading
200
CCE7
#CCE7F0
Secondary backgroundsInput backgroundsDividers
300
A5D5
#A5D5E4
BordersInactive statesPlaceholder text
400
76BF
#76BFD6
Disabled statesSecondary iconsMuted text
500
4EAD
#4EADCA
Primary brand colorCTAsActive elementsLinks
600
3491
#3491AD
Hover statesFocus ringsPrimary buttons hover
700
2973
#297389
Active/pressed statesDark mode accentsSecondary text
800
1D52
#1D5262
Text on light backgroundsHeadingsStrong borders
900
1335
#13353F
Primary textHigh emphasis contentDark headings
950
0C21
#0C2127
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FAFB;
  --steel-blue-100: #E4F2F7;
  --steel-blue-200: #CCE7F0;
  --steel-blue-300: #A5D5E4;
  --steel-blue-400: #76BFD6;
  --steel-blue-500: #4EADCA;
  --steel-blue-600: #3491AD;
  --steel-blue-700: #297389;
  --steel-blue-800: #1D5262;
  --steel-blue-900: #13353F;
  --steel-blue-950: #0C2127;
}
Generate More ShadesCreate PaletteConvert Color