Steel Blue

#1BC5B7

Cyan

Color Codes

All color formats for development

HEX
#1BC5B7
RGB
rgb(27, 197, 183)
HSL
hsl(175, 76%, 44%)
OKLCH
oklch(0.743 0.127 185.7)
CMYK
cmyk(86%, 0%, 7%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#18B2A5
2#169E93
3#138A80
4#10766E
5#0D635C
6#0B4F49
7#083B37
8#052725
9#031412

Tints

Lighter variations

1#1EDFCF
2#36E4D5
3#4FE7DA
4#68EAE0
5#81EEE5
6#9AF1EA
7#B4F5EF
8#CDF8F5
9#E6FCFA

Tones

Muted variations

1#23BDB0
2#2CB4A9
3#35ACA2
4#3DA39B
5#469B94
6#4E928D
7#578A86
8#5F817E
9#687977

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF8
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F3
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1E9
BordersInactive statesPlaceholder text
400
62EA
#62EADE
Disabled statesSecondary iconsMuted text
500
35E3
#35E3D5
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5B7
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D92
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7068
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4843
Primary textHigh emphasis contentDark headings
950
062D
#062D2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FDFC;
  --steel-blue-100: #E0FBF8;
  --steel-blue-200: #C5F7F3;
  --steel-blue-300: #98F1E9;
  --steel-blue-400: #62EADE;
  --steel-blue-500: #35E3D5;
  --steel-blue-600: #1BC5B7;
  --steel-blue-700: #159D92;
  --steel-blue-800: #0F7068;
  --steel-blue-900: #0A4843;
  --steel-blue-950: #062D2A;
}
Generate More ShadesCreate PaletteConvert Color