Steel Blue

#1C9AC4

Blue

Color Codes

All color formats for development

HEX
#1C9AC4
RGB
rgb(28, 154, 196)
HSL
hsl(195, 75%, 44%)
OKLCH
oklch(0.642 0.118 227.2)
CMYK
cmyk(86%, 21%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

3.25:1

AA AAA

On Black Background

6.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F4
200
#C5EA
300
#98DA
400
#63C7
500
#36B7
600
#1C9A
700
#167B
800
#1058
900
#0A38
950
#0623

Shades

Darker variations

1#198BB1
2#167B9D
3#146C89
4#115D76
5#0E4D62
6#0B3E4F
7#082E3B
8#061F27
9#030F14

Tints

Lighter variations

1#20AEDD
2#37B8E2
3#50C1E6
4#69C9EA
5#82D2ED
6#9BDBF1
7#B4E4F4
8#CDEDF8
9#E6F6FB

Tones

Muted variations

1#2496BC
2#2D92B4
3#358EAB
4#3E89A3
5#46859A
6#4F8192
7#577D89
8#5F7981
9#687479

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F4
#E0F4FB
Light backgroundsTable row hoverSkeleton loading
200
C5EA
#C5EAF7
Secondary backgroundsInput backgroundsDividers
300
98DA
#98DAF0
BordersInactive statesPlaceholder text
400
63C7
#63C7E9
Disabled statesSecondary iconsMuted text
500
36B7
#36B7E2
Primary brand colorCTAsActive elementsLinks
600
1C9A
#1C9AC4
Hover statesFocus ringsPrimary buttons hover
700
167B
#167B9C
Active/pressed statesDark mode accentsSecondary text
800
1058
#105870
Text on light backgroundsHeadingsStrong borders
900
0A38
#0A3847
Primary textHigh emphasis contentDark headings
950
0623
#06232D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FAFD;
  --steel-blue-100: #E0F4FB;
  --steel-blue-200: #C5EAF7;
  --steel-blue-300: #98DAF0;
  --steel-blue-400: #63C7E9;
  --steel-blue-500: #36B7E2;
  --steel-blue-600: #1C9AC4;
  --steel-blue-700: #167B9C;
  --steel-blue-800: #105870;
  --steel-blue-900: #0A3847;
  --steel-blue-950: #06232D;
}
Generate More ShadesCreate PaletteConvert Color