Steel Blue

#1EC2BA

Cyan

Color Codes

All color formats for development

HEX
#1EC2BA
RGB
rgb(30, 194, 186)
HSL
hsl(177, 73%, 44%)
OKLCH
oklch(0.736 0.123 189.4)
CMYK
cmyk(85%, 0%, 4%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#1BAFA7
2#189B95
3#158882
4#127470
5#0F615D
6#0C4E4A
7#093A38
8#062725
9#031313

Tints

Lighter variations

1#22DBD2
2#39E0D8
3#52E4DD
4#6BE8E2
5#83ECE7
6#9CF0EB
7#B5F3F0
8#CEF7F5
9#E6FBFA

Tones

Muted variations

1#26BAB3
2#2FB2AB
3#37AAA4
4#3FA19C
5#479995
6#4F918E
7#588986
8#60817F
9#687878

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF9
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6F4
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFEB
BordersInactive statesPlaceholder text
400
65E7
#65E7E0
Disabled statesSecondary iconsMuted text
500
38E0
#38E0D8
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC2BA
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A94
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E6A
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4744
Primary textHigh emphasis contentDark headings
950
072C
#072C2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FDFC;
  --steel-blue-100: #E0FAF9;
  --steel-blue-200: #C6F6F4;
  --steel-blue-300: #9AEFEB;
  --steel-blue-400: #65E7E0;
  --steel-blue-500: #38E0D8;
  --steel-blue-600: #1EC2BA;
  --steel-blue-700: #189A94;
  --steel-blue-800: #116E6A;
  --steel-blue-900: #0B4744;
  --steel-blue-950: #072C2A;
}
Generate More ShadesCreate PaletteConvert Color