Steel Blue

#2AA4B7

Cyan

Color Codes

All color formats for development

HEX
#2AA4B7
RGB
rgb(42, 164, 183)
HSL
hsl(188, 63%, 44%)
OKLCH
oklch(0.663 0.105 210.6)
CMYK
cmyk(77%, 10%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.96:1

AA AAA

On Black Background

7.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E2F5
200
#C9ED
300
#9FDF
400
#6ECF
500
#44C1
600
#2AA4
700
#2182
800
#185D
900
#0F3C
950
#0925

Shades

Darker variations

1#2594A5
2#218392
3#1D7380
4#19626E
5#15525B
6#114249
7#0C3137
8#082125
9#041012

Tints

Lighter variations

1#2FB9CE
2#45C2D5
3#5CC9DA
4#73D1DF
5#8BD9E5
6#A2E0EA
7#B9E8EF
8#D0F0F4
9#E8F7FA

Tones

Muted variations

1#319FB0
2#389AA9
3#3F94A2
4#468F9B
5#4D8A94
6#54858C
7#5B8085
8#627B7E
9#697577

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F5
#E2F5F8
Light backgroundsTable row hoverSkeleton loading
200
C9ED
#C9EDF3
Secondary backgroundsInput backgroundsDividers
300
9FDF
#9FDFE9
BordersInactive statesPlaceholder text
400
6ECF
#6ECFDE
Disabled statesSecondary iconsMuted text
500
44C1
#44C1D5
Primary brand colorCTAsActive elementsLinks
600
2AA4
#2AA4B7
Hover statesFocus ringsPrimary buttons hover
700
2182
#218291
Active/pressed statesDark mode accentsSecondary text
800
185D
#185D68
Text on light backgroundsHeadingsStrong borders
900
0F3C
#0F3C43
Primary textHigh emphasis contentDark headings
950
0925
#09252A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FBFC;
  --steel-blue-100: #E2F5F8;
  --steel-blue-200: #C9EDF3;
  --steel-blue-300: #9FDFE9;
  --steel-blue-400: #6ECFDE;
  --steel-blue-500: #44C1D5;
  --steel-blue-600: #2AA4B7;
  --steel-blue-700: #218291;
  --steel-blue-800: #185D68;
  --steel-blue-900: #0F3C43;
  --steel-blue-950: #09252A;
}
Generate More ShadesCreate PaletteConvert Color