Steel Blue

#32AEA8

Cyan

Color Codes

All color formats for development

HEX
#32AEA8
RGB
rgb(50, 174, 168)
HSL
hsl(177, 55%, 44%)
OKLCH
oklch(0.684 0.106 190.2)
CMYK
cmyk(71%, 0%, 3%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.71:1

AA AAA

On Black Background

7.76: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#2D9D97
2#288B86
3#237A75
4#1E6865
5#195754
6#144643
7#0F3432
8#0A2322
9#051111

Tints

Lighter variations

1#39C4BD
2#4ECCC5
3#64D2CD
4#7AD8D4
5#90DFDB
6#A6E5E2
7#BDECE9
8#D3F2F1
9#E9F9F8

Tones

Muted variations

1#39A8A2
2#3FA29D
3#459B97
4#4B9592
5#518F8C
6#588986
7#5E8381
8#647D7B
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
#CCF0EE
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E1
BordersInactive statesPlaceholder text
400
75D7
#75D7D2
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCBC5
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AEA8
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A85
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D635F
Text on light backgroundsHeadingsStrong borders
900
123F
#123F3D
Primary textHigh emphasis contentDark headings
950
0B28
#0B2826
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: #CCF0EE;
  --steel-blue-300: #A4E5E1;
  --steel-blue-400: #75D7D2;
  --steel-blue-500: #4DCBC5;
  --steel-blue-600: #32AEA8;
  --steel-blue-700: #288A85;
  --steel-blue-800: #1D635F;
  --steel-blue-900: #123F3D;
  --steel-blue-950: #0B2826;
}
Generate More ShadesCreate PaletteConvert Color