Steel Blue

#3E9FA3

Cyan

Color Codes

All color formats for development

HEX
#3E9FA3
RGB
rgb(62, 159, 163)
HSL
hsl(182, 45%, 44%)
OKLCH
oklch(0.648 0.089 199)
CMYK
cmyk(62%, 2%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.14:1

AA AAA

On Black Background

6.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FB
100
#E5F5
200
#CFEC
300
#AADD
400
#7ECB
500
#59BC
600
#3E9F
700
#317F
800
#235B
900
#163A
950
#0E24

Shades

Darker variations

1#388F92
2#317F82
3#2B7072
4#256062
5#1F5051
6#194041
7#133031
8#0C2021
9#061010

Tints

Lighter variations

1#46B4B7
2#59BDC0
3#6EC5C8
4#83CDD0
5#97D6D8
6#ACDEE0
7#C1E6E7
8#D6EEEF
9#EAF7F7

Tones

Muted variations

1#439B9E
2#489699
3#4D9194
4#528C8E
5#578889
6#5C8384
7#617E7F
8#667A7A
9#6B7575

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FB
#F4FBFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F5
#E5F5F5
Light backgroundsTable row hoverSkeleton loading
200
CFEC
#CFECED
Secondary backgroundsInput backgroundsDividers
300
AADD
#AADDDF
BordersInactive statesPlaceholder text
400
7ECB
#7ECBCE
Disabled statesSecondary iconsMuted text
500
59BC
#59BCC0
Primary brand colorCTAsActive elementsLinks
600
3E9F
#3E9FA3
Hover statesFocus ringsPrimary buttons hover
700
317F
#317F81
Active/pressed statesDark mode accentsSecondary text
800
235B
#235B5C
Text on light backgroundsHeadingsStrong borders
900
163A
#163A3B
Primary textHigh emphasis contentDark headings
950
0E24
#0E2425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FBFB;
  --steel-blue-100: #E5F5F5;
  --steel-blue-200: #CFECED;
  --steel-blue-300: #AADDDF;
  --steel-blue-400: #7ECBCE;
  --steel-blue-500: #59BCC0;
  --steel-blue-600: #3E9FA3;
  --steel-blue-700: #317F81;
  --steel-blue-800: #235B5C;
  --steel-blue-900: #163A3B;
  --steel-blue-950: #0E2425;
}
Generate More ShadesCreate PaletteConvert Color