Steel Blue

#2EB2B2

Cyan

Color Codes

All color formats for development

HEX
#2EB2B2
RGB
rgb(46, 178, 178)
HSL
hsl(180, 59%, 44%)
OKLCH
oklch(0.696 0.109 194.9)
CMYK
cmyk(74%, 0%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.13: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#29A1A1
2#258F8F
3#207D7D
4#1C6B6B
5#175959
6#124747
7#0E3636
8#092424
9#051212

Tints

Lighter variations

1#34C9C9
2#49D0D0
3#60D6D6
4#77DCDC
5#8DE2E2
6#A4E8E8
7#BBEDED
8#D2F3F3
9#E8F9F9

Tones

Muted variations

1#35ACAC
2#3BA5A5
3#429F9F
4#489898
5#4F9191
6#568B8B
7#5C8484
8#637D7D
9#6A7777

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F8
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1F1
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7E7
BordersInactive statesPlaceholder text
400
71DA
#71DADA
Disabled statesSecondary iconsMuted text
500
49D0
#49D0D0
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB2B2
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E8E
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6565
Text on light backgroundsHeadingsStrong borders
900
1141
#114141
Primary textHigh emphasis contentDark headings
950
0A29
#0A2929
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFC;
  --steel-blue-100: #E3F8F8;
  --steel-blue-200: #CAF1F1;
  --steel-blue-300: #A2E7E7;
  --steel-blue-400: #71DADA;
  --steel-blue-500: #49D0D0;
  --steel-blue-600: #2EB2B2;
  --steel-blue-700: #258E8E;
  --steel-blue-800: #1A6565;
  --steel-blue-900: #114141;
  --steel-blue-950: #0A2929;
}
Generate More ShadesCreate PaletteConvert Color