Steel Blue

#31AFA0

Cyan

Color Codes

All color formats for development

HEX
#31AFA0
RGB
rgb(49, 175, 160)
HSL
hsl(173, 56%, 44%)
OKLCH
oklch(0.683 0.109 183.3)
CMYK
cmyk(72%, 0%, 9%, 31%)

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
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#2C9E90
2#278C80
3#237B70
4#1E6960
5#195850
6#144640
7#0F3530
8#0A2320
9#051210

Tints

Lighter variations

1#38C5B5
2#4DCDBE
3#63D3C6
4#79D9CE
5#90E0D6
6#A6E6DE
7#BCECE7
8#D2F2EF
9#E9F9F7

Tones

Muted variations

1#38A99C
2#3EA297
3#449C92
4#4B968D
5#519088
6#578983
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
#CBF0EC
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5DE
BordersInactive statesPlaceholder text
400
74D8
#74D8CC
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCDBE
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AFA0
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B80
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C635B
Text on light backgroundsHeadingsStrong borders
900
1240
#12403A
Primary textHigh emphasis contentDark headings
950
0B28
#0B2824
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: #CBF0EC;
  --steel-blue-300: #A4E5DE;
  --steel-blue-400: #74D8CC;
  --steel-blue-500: #4CCDBE;
  --steel-blue-600: #31AFA0;
  --steel-blue-700: #278B80;
  --steel-blue-800: #1C635B;
  --steel-blue-900: #12403A;
  --steel-blue-950: #0B2824;
}
Generate More ShadesCreate PaletteConvert Color