Steel Blue

#32AEAE

Cyan

Color Codes

All color formats for development

HEX
#32AEAE
RGB
rgb(50, 174, 174)
HSL
hsl(180, 55%, 44%)
OKLCH
oklch(0.686 0.105 195)
CMYK
cmyk(71%, 0%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.80: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#2D9D9D
2#288B8B
3#237A7A
4#1E6868
5#195757
6#144646
7#0F3434
8#0A2323
9#051111

Tints

Lighter variations

1#39C4C4
2#4ECCCC
3#64D2D2
4#7AD8D8
5#90DFDF
6#A6E5E5
7#BDECEC
8#D3F2F2
9#E9F9F9

Tones

Muted variations

1#39A8A8
2#3FA2A2
3#459B9B
4#4B9595
5#518F8F
6#588989
7#5E8383
8#647D7D
9#6A7676

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F7
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0F0
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E5
BordersInactive statesPlaceholder text
400
75D7
#75D7D7
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCBCB
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AEAE
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A8A
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D6363
Text on light backgroundsHeadingsStrong borders
900
123F
#123F3F
Primary textHigh emphasis contentDark headings
950
0B28
#0B2828
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFC;
  --steel-blue-100: #E3F7F7;
  --steel-blue-200: #CCF0F0;
  --steel-blue-300: #A4E5E5;
  --steel-blue-400: #75D7D7;
  --steel-blue-500: #4DCBCB;
  --steel-blue-600: #32AEAE;
  --steel-blue-700: #288A8A;
  --steel-blue-800: #1D6363;
  --steel-blue-900: #123F3F;
  --steel-blue-950: #0B2828;
}
Generate More ShadesCreate PaletteConvert Color