Steel Blue

#32AEA4

Cyan

Color Codes

All color formats for development

HEX
#32AEA4
RGB
rgb(50, 174, 164)
HSL
hsl(175, 55%, 44%)
OKLCH
oklch(0.682 0.106 187.1)
CMYK
cmyk(71%, 0%, 6%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.72:1

AA AAA

On Black Background

7.73: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#2D9D93
2#288B83
3#237A73
4#1E6862
5#195752
6#144641
7#0F3431
8#0A2321
9#051110

Tints

Lighter variations

1#39C4B8
2#4ECCC1
3#64D2C9
4#7AD8D1
5#90DFD8
6#A6E5E0
7#BDECE8
8#D3F2F0
9#E9F9F7

Tones

Muted variations

1#39A89E
2#3FA299
3#459B94
4#4B958F
5#518F8A
6#588985
7#5E8380
8#647D7A
9#6A7675

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F5
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0ED
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5DF
BordersInactive statesPlaceholder text
400
75D7
#75D7CF
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCBC1
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AEA4
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A82
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D635D
Text on light backgroundsHeadingsStrong borders
900
123F
#123F3C
Primary textHigh emphasis contentDark headings
950
0B28
#0B2825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFB;
  --steel-blue-100: #E3F7F5;
  --steel-blue-200: #CCF0ED;
  --steel-blue-300: #A4E5DF;
  --steel-blue-400: #75D7CF;
  --steel-blue-500: #4DCBC1;
  --steel-blue-600: #32AEA4;
  --steel-blue-700: #288A82;
  --steel-blue-800: #1D635D;
  --steel-blue-900: #123F3C;
  --steel-blue-950: #0B2825;
}
Generate More ShadesCreate PaletteConvert Color