Steel Blue

#2EB2A3

Cyan

Color Codes

All color formats for development

HEX
#2EB2A3
RGB
rgb(46, 178, 163)
HSL
hsl(173, 59%, 44%)
OKLCH
oklch(0.691 0.112 183.6)
CMYK
cmyk(74%, 0%, 8%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#29A193
2#258F82
3#207D72
4#1C6B62
5#175951
6#124741
7#0E3631
8#092421
9#051210

Tints

Lighter variations

1#34C9B8
2#49D0C0
3#60D6C8
4#77DCD0
5#8DE2D8
6#A4E8E0
7#BBEDE8
8#D2F3EF
9#E8F9F7

Tones

Muted variations

1#35AC9E
2#3BA599
3#429F94
4#48988F
5#4F918A
6#568B85
7#5C847F
8#637D7A
9#6A7775

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F5
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1ED
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7DF
BordersInactive statesPlaceholder text
400
71DA
#71DACE
Disabled statesSecondary iconsMuted text
500
49D0
#49D0C0
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB2A3
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E82
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A655D
Text on light backgroundsHeadingsStrong borders
900
1141
#11413B
Primary textHigh emphasis contentDark headings
950
0A29
#0A2925
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFB;
  --steel-blue-100: #E3F8F5;
  --steel-blue-200: #CAF1ED;
  --steel-blue-300: #A2E7DF;
  --steel-blue-400: #71DACE;
  --steel-blue-500: #49D0C0;
  --steel-blue-600: #2EB2A3;
  --steel-blue-700: #258E82;
  --steel-blue-800: #1A655D;
  --steel-blue-900: #11413B;
  --steel-blue-950: #0A2925;
}
Generate More ShadesCreate PaletteConvert Color