Steel Blue

#2AB7B5

Cyan

Color Codes

All color formats for development

HEX
#2AB7B5
RGB
rgb(42, 183, 181)
HSL
hsl(179, 63%, 44%)
OKLCH
oklch(0.709 0.113 193.4)
CMYK
cmyk(77%, 0%, 1%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#25A5A2
2#219290
3#1D807E
4#196E6C
5#155B5A
6#114948
7#0C3736
8#082524
9#041212

Tints

Lighter variations

1#2FCECC
2#45D5D2
3#5CDAD8
4#73DFDD
5#8BE5E3
6#A2EAE9
7#B9EFEE
8#D0F4F4
9#E8FAF9

Tones

Muted variations

1#31B0AE
2#38A9A7
3#3FA2A0
4#469B99
5#4D9492
6#548C8C
7#5B8585
8#627E7E
9#697777

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F8
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3F2
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9E8
BordersInactive statesPlaceholder text
400
6EDE
#6EDEDC
Disabled statesSecondary iconsMuted text
500
44D5
#44D5D2
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB7B5
Hover statesFocus ringsPrimary buttons hover
700
2191
#219190
Active/pressed statesDark mode accentsSecondary text
800
1868
#186867
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4342
Primary textHigh emphasis contentDark headings
950
092A
#092A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FCFC;
  --steel-blue-100: #E2F8F8;
  --steel-blue-200: #C9F3F2;
  --steel-blue-300: #9FE9E8;
  --steel-blue-400: #6EDEDC;
  --steel-blue-500: #44D5D2;
  --steel-blue-600: #2AB7B5;
  --steel-blue-700: #219190;
  --steel-blue-800: #186867;
  --steel-blue-900: #0F4342;
  --steel-blue-950: #092A29;
}
Generate More ShadesCreate PaletteConvert Color