Steel Blue

#23ACBE

Cyan

Color Codes

All color formats for development

HEX
#23ACBE
RGB
rgb(35, 172, 190)
HSL
hsl(187, 69%, 44%)
OKLCH
oklch(0.684 0.111 208.7)
CMYK
cmyk(82%, 9%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.72:1

AA AAA

On Black Background

7.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F7
200
#C7EF
300
#9CE3
400
#68D5
500
#3DC9
600
#23AC
700
#1C88
800
#1461
900
#0D3E
950
#0827

Shades

Darker variations

1#1F9AAB
2#1C8998
3#187885
4#156772
5#11565F
6#0E454C
7#0A3339
8#072226
9#031113

Tints

Lighter variations

1#27C1D6
2#3EC9DC
3#56D0E0
4#6ED7E4
5#86DDE9
6#9EE4ED
7#B7EBF2
8#CFF2F6
9#E7F8FB

Tones

Muted variations

1#2BA6B6
2#32A0AE
3#3A9AA6
4#42949F
5#498E97
6#51888F
7#598287
8#617C80
9#687678

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F7
#E1F7F9
Light backgroundsTable row hoverSkeleton loading
200
C7EF
#C7EFF5
Secondary backgroundsInput backgroundsDividers
300
9CE3
#9CE3ED
BordersInactive statesPlaceholder text
400
68D5
#68D5E3
Disabled statesSecondary iconsMuted text
500
3DC9
#3DC9DB
Primary brand colorCTAsActive elementsLinks
600
23AC
#23ACBE
Hover statesFocus ringsPrimary buttons hover
700
1C88
#1C8897
Active/pressed statesDark mode accentsSecondary text
800
1461
#14616C
Text on light backgroundsHeadingsStrong borders
900
0D3E
#0D3E45
Primary textHigh emphasis contentDark headings
950
0827
#08272B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FBFD;
  --steel-blue-100: #E1F7F9;
  --steel-blue-200: #C7EFF5;
  --steel-blue-300: #9CE3ED;
  --steel-blue-400: #68D5E3;
  --steel-blue-500: #3DC9DB;
  --steel-blue-600: #23ACBE;
  --steel-blue-700: #1C8897;
  --steel-blue-800: #14616C;
  --steel-blue-900: #0D3E45;
  --steel-blue-950: #08272B;
}
Generate More ShadesCreate PaletteConvert Color