Steel Blue

#22B4BF

Cyan

Color Codes

All color formats for development

HEX
#22B4BF
RGB
rgb(34, 180, 191)
HSL
hsl(184, 70%, 44%)
OKLCH
oklch(0.704 0.114 203)
CMYK
cmyk(82%, 6%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.52:1

AA AAA

On Black Background

8.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C7F2
300
#9BE8
400
#67DC
500
#3CD2
600
#22B4
700
#1B8F
800
#1366
900
#0C42
950
#0829

Shades

Darker variations

1#1EA2AC
2#1B9099
3#187E86
4#146C72
5#115A5F
6#0D484C
7#0A3639
8#072426
9#031213

Tints

Lighter variations

1#26CBD7
2#3DD2DD
3#55D8E1
4#6DDDE5
5#86E3EA
6#9EE9EE
7#B6EEF2
8#CEF4F6
9#E7F9FB

Tones

Muted variations

1#2AADB7
2#31A7AF
3#39A0A7
4#41999F
5#499297
6#518B90
7#598588
8#607E80
9#687778

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F8
#E1F8FA
Light backgroundsTable row hoverSkeleton loading
200
C7F2
#C7F2F5
Secondary backgroundsInput backgroundsDividers
300
9BE8
#9BE8ED
BordersInactive statesPlaceholder text
400
67DC
#67DCE4
Disabled statesSecondary iconsMuted text
500
3CD2
#3CD2DD
Primary brand colorCTAsActive elementsLinks
600
22B4
#22B4BF
Hover statesFocus ringsPrimary buttons hover
700
1B8F
#1B8F98
Active/pressed statesDark mode accentsSecondary text
800
1366
#13666C
Text on light backgroundsHeadingsStrong borders
900
0C42
#0C4245
Primary textHigh emphasis contentDark headings
950
0829
#08292B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FCFD;
  --steel-blue-100: #E1F8FA;
  --steel-blue-200: #C7F2F5;
  --steel-blue-300: #9BE8ED;
  --steel-blue-400: #67DCE4;
  --steel-blue-500: #3CD2DD;
  --steel-blue-600: #22B4BF;
  --steel-blue-700: #1B8F98;
  --steel-blue-800: #13666C;
  --steel-blue-900: #0C4245;
  --steel-blue-950: #08292B;
}
Generate More ShadesCreate PaletteConvert Color