Steel Blue

#32AEAA

Cyan

Color Codes

All color formats for development

HEX
#32AEAA
RGB
rgb(50, 174, 170)
HSL
hsl(178, 55%, 44%)
OKLCH
oklch(0.684 0.105 191.8)
CMYK
cmyk(71%, 0%, 2%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CCF0
300
#A4E5
400
#75D7
500
#4DCB
600
#32AE
700
#288A
800
#1D63
900
#123F
950
#0B28

Shades

Darker variations

1#2D9D99
2#288B88
3#237A77
4#1E6866
5#195755
6#144644
7#0F3433
8#0A2322
9#051111

Tints

Lighter variations

1#39C4BF
2#4ECCC7
3#64D2CE
4#7AD8D5
5#90DFDC
6#A6E5E3
7#BDECEA
8#D3F2F1
9#E9F9F8

Tones

Muted variations

1#39A8A4
2#3FA29E
3#459B99
4#4B9593
5#518F8D
6#588987
7#5E8381
8#647D7C
9#6A7676

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F6
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0EF
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E2
BordersInactive statesPlaceholder text
400
75D7
#75D7D4
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCBC7
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AEAA
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A87
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D6360
Text on light backgroundsHeadingsStrong borders
900
123F
#123F3E
Primary textHigh emphasis contentDark headings
950
0B28
#0B2827
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFB;
  --steel-blue-100: #E3F7F6;
  --steel-blue-200: #CCF0EF;
  --steel-blue-300: #A4E5E2;
  --steel-blue-400: #75D7D4;
  --steel-blue-500: #4DCBC7;
  --steel-blue-600: #32AEAA;
  --steel-blue-700: #288A87;
  --steel-blue-800: #1D6360;
  --steel-blue-900: #123F3E;
  --steel-blue-950: #0B2827;
}
Generate More ShadesCreate PaletteConvert Color