Steel Blue

#1F9BC1

Cyan

Color Codes

All color formats for development

HEX
#1F9BC1
RGB
rgb(31, 155, 193)
HSL
hsl(194, 72%, 44%)
OKLCH
oklch(0.643 0.115 224.7)
CMYK
cmyk(84%, 20%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

3.22:1

AA AAA

On Black Background

6.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F4
200
#C6EB
300
#9ADB
400
#65C8
500
#3AB8
600
#1F9B
700
#197C
800
#1258
900
#0B38
950
#0723

Shades

Darker variations

1#1C8CAE
2#197C9A
3#166D87
4#135D74
5#104E60
6#0D3E4D
7#092F3A
8#061F27
9#031013

Tints

Lighter variations

1#23AFDA
2#3BB9DF
3#53C1E3
4#6CCAE7
5#84D3EB
6#9DDCEF
7#B5E5F3
8#CEEDF7
9#E6F6FB

Tones

Muted variations

1#2797B9
2#3093B1
3#388EA9
4#408AA1
5#488699
6#508191
7#587D88
8#607980
9#687578

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F4
#E0F4FA
Light backgroundsTable row hoverSkeleton loading
200
C6EB
#C6EBF6
Secondary backgroundsInput backgroundsDividers
300
9ADB
#9ADBEF
BordersInactive statesPlaceholder text
400
65C8
#65C8E6
Disabled statesSecondary iconsMuted text
500
3AB8
#3AB8DF
Primary brand colorCTAsActive elementsLinks
600
1F9B
#1F9BC1
Hover statesFocus ringsPrimary buttons hover
700
197C
#197C9A
Active/pressed statesDark mode accentsSecondary text
800
1258
#12586E
Text on light backgroundsHeadingsStrong borders
900
0B38
#0B3846
Primary textHigh emphasis contentDark headings
950
0723
#07232C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FAFD;
  --steel-blue-100: #E0F4FA;
  --steel-blue-200: #C6EBF6;
  --steel-blue-300: #9ADBEF;
  --steel-blue-400: #65C8E6;
  --steel-blue-500: #3AB8DF;
  --steel-blue-600: #1F9BC1;
  --steel-blue-700: #197C9A;
  --steel-blue-800: #12586E;
  --steel-blue-900: #0B3846;
  --steel-blue-950: #07232C;
}
Generate More ShadesCreate PaletteConvert Color