Steel Blue

#22BCBF

Cyan

Color Codes

All color formats for development

HEX
#22BCBF
RGB
rgb(34, 188, 191)
HSL
hsl(181, 70%, 44%)
OKLCH
oklch(0.724 0.118 197)
CMYK
cmyk(82%, 2%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9BEC
400
#67E2
500
#3CDA
600
#22BC
700
#1B96
800
#136B
900
#0C44
950
#082B

Shades

Darker variations

1#1EA9AC
2#1B9699
3#188486
4#147172
5#115E5F
6#0D4B4C
7#0A3839
8#072626
9#031313

Tints

Lighter variations

1#26D4D7
2#3DDADD
3#55DFE1
4#6DE3E5
5#86E8EA
6#9EEDEE
7#B6F1F2
8#CEF6F6
9#E7FAFB

Tones

Muted variations

1#2AB5B7
2#31ADAF
3#39A5A7
4#419E9F
5#499697
6#518F90
7#598788
8#607F80
9#687878

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9FA
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4F5
Secondary backgroundsInput backgroundsDividers
300
9BEC
#9BECED
BordersInactive statesPlaceholder text
400
67E2
#67E2E4
Disabled statesSecondary iconsMuted text
500
3CDA
#3CDADD
Primary brand colorCTAsActive elementsLinks
600
22BC
#22BCBF
Hover statesFocus ringsPrimary buttons hover
700
1B96
#1B9698
Active/pressed statesDark mode accentsSecondary text
800
136B
#136B6C
Text on light backgroundsHeadingsStrong borders
900
0C44
#0C4445
Primary textHigh emphasis contentDark headings
950
082B
#082B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FDFD;
  --steel-blue-100: #E1F9FA;
  --steel-blue-200: #C7F4F5;
  --steel-blue-300: #9BECED;
  --steel-blue-400: #67E2E4;
  --steel-blue-500: #3CDADD;
  --steel-blue-600: #22BCBF;
  --steel-blue-700: #1B9698;
  --steel-blue-800: #136B6C;
  --steel-blue-900: #0C4445;
  --steel-blue-950: #082B2B;
}
Generate More ShadesCreate PaletteConvert Color