Steel Blue

#31AFA2

Cyan

Color Codes

All color formats for development

HEX
#31AFA2
RGB
rgb(49, 175, 162)
HSL
hsl(174, 56%, 44%)
OKLCH
oklch(0.684 0.108 184.8)
CMYK
cmyk(72%, 0%, 7%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#2C9E92
2#278C82
3#237B72
4#1E6961
5#195851
6#144641
7#0F3531
8#0A2320
9#051210

Tints

Lighter variations

1#38C5B7
2#4DCDC0
3#63D3C8
4#79D9D0
5#90E0D8
6#A6E6DF
7#BCECE7
8#D2F2EF
9#E9F9F7

Tones

Muted variations

1#38A99D
2#3EA298
3#449C93
4#4B968E
5#519089
6#578984
7#5D837F
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
CBF0
#CBF0ED
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5DF
BordersInactive statesPlaceholder text
400
74D8
#74D8CE
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCDC0
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AFA2
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B81
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C635C
Text on light backgroundsHeadingsStrong borders
900
1240
#12403B
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: #CBF0ED;
  --steel-blue-300: #A4E5DF;
  --steel-blue-400: #74D8CE;
  --steel-blue-500: #4CCDC0;
  --steel-blue-600: #31AFA2;
  --steel-blue-700: #278B81;
  --steel-blue-800: #1C635C;
  --steel-blue-900: #12403B;
  --steel-blue-950: #0B2825;
}
Generate More ShadesCreate PaletteConvert Color