Steel Blue

#2EB2A5

Cyan

Color Codes

All color formats for development

HEX
#2EB2A5
RGB
rgb(46, 178, 165)
HSL
hsl(174, 59%, 44%)
OKLCH
oklch(0.692 0.111 185.1)
CMYK
cmyk(74%, 0%, 7%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.03: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#29A195
2#258F84
3#207D74
4#1C6B63
5#175953
6#124742
7#0E3632
8#092421
9#051211

Tints

Lighter variations

1#34C9BA
2#49D0C3
3#60D6CA
4#77DCD2
5#8DE2D9
6#A4E8E1
7#BBEDE8
8#D2F3F0
9#E8F9F7

Tones

Muted variations

1#35ACA0
2#3BA59B
3#429F95
4#489890
5#4F918B
6#568B85
7#5C8480
8#637D7B
9#6A7775

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFB;
  --steel-blue-100: #E3F8F6;
  --steel-blue-200: #CAF1ED;
  --steel-blue-300: #A2E7E0;
  --steel-blue-400: #71DAD0;
  --steel-blue-500: #49D0C2;
  --steel-blue-600: #2EB2A5;
  --steel-blue-700: #258E83;
  --steel-blue-800: #1A655E;
  --steel-blue-900: #11413C;
  --steel-blue-950: #0A2926;
}
Generate More ShadesCreate PaletteConvert Color