Steel Blue

#4B8D95

Cyan

Color Codes

All color formats for development

HEX
#4B8D95
RGB
rgb(75, 141, 149)
HSL
hsl(186, 33%, 44%)
OKLCH
oklch(0.603 0.068 205.8)
CMYK
cmyk(50%, 5%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.79:1

AA AAA

On Black Background

5.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D3E7
300
#B1D4
400
#88BD
500
#66AB
600
#4B8E
700
#3C71
800
#2B51
900
#1B34
950
#1120

Shades

Darker variations

1#448086
2#3C7177
3#356368
4#2D555A
5#26474B
6#1E393C
7#172B2D
8#0F1C1E
9#080E0F

Tints

Lighter variations

1#55A0A8
2#67ABB2
3#7AB5BC
4#8DC0C6
5#A0CACF
6#B3D5D9
7#C6DFE2
8#D9EAEC
9#ECF4F5

Tones

Muted variations

1#4F8B92
2#53888E
3#56858A
4#5A8286
5#5E7F83
6#617C7F
7#65797B
8#697678
9#6C7374

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F3
Light backgroundsTable row hoverSkeleton loading
200
D3E7
#D3E7E9
Secondary backgroundsInput backgroundsDividers
300
B1D4
#B1D4D8
BordersInactive statesPlaceholder text
400
88BD
#88BDC3
Disabled statesSecondary iconsMuted text
500
66AB
#66ABB2
Primary brand colorCTAsActive elementsLinks
600
4B8E
#4B8E95
Hover statesFocus ringsPrimary buttons hover
700
3C71
#3C7177
Active/pressed statesDark mode accentsSecondary text
800
2B51
#2B5155
Text on light backgroundsHeadingsStrong borders
900
1B34
#1B3436
Primary textHigh emphasis contentDark headings
950
1120
#112022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F2F3;
  --steel-blue-200: #D3E7E9;
  --steel-blue-300: #B1D4D8;
  --steel-blue-400: #88BDC3;
  --steel-blue-500: #66ABB2;
  --steel-blue-600: #4B8E95;
  --steel-blue-700: #3C7177;
  --steel-blue-800: #2B5155;
  --steel-blue-900: #1B3436;
  --steel-blue-950: #112022;
}
Generate More ShadesCreate PaletteConvert Color