Steel Blue

#4BBCCE

Cyan

Color Codes

All color formats for development

HEX
#4BBCCE
RGB
rgb(75, 188, 206)
HSL
hsl(188, 57%, 55%)
OKLCH
oklch(0.738 0.104 209.7)
CMYK
cmyk(64%, 9%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.24:1

AA AAA

On Black Background

9.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E3F5
200
#CBEC
300
#A3DD
400
#73CB
500
#4BBC
600
#309F
700
#267F
800
#1B5A
900
#123A
950
#0B24

Shades

Darker variations

1#36B3C6
2#309FB0
3#2A8B9A
4#247784
5#1E636E
6#185058
7#123C42
8#0C282C
9#061416

Tints

Lighter variations

1#5DC3D3
2#6FCAD8
3#81D0DC
4#93D7E1
5#A5DEE6
6#B7E4EB
7#C9EBF0
8#DBF2F5
9#EDF8FA

Tones

Muted variations

1#51B7C7
2#58B3C1
3#5EAEBA
4#65A9B3
5#6CA4AD
6#729FA6
7#799BA0
8#7F9699
9#869193

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F5
#E3F5F7
Light backgroundsTable row hoverSkeleton loading
200
CBEC
#CBECF1
Secondary backgroundsInput backgroundsDividers
300
A3DD
#A3DDE6
BordersInactive statesPlaceholder text
400
73CB
#73CBD9
Disabled statesSecondary iconsMuted text
500
4BBC
#4BBCCE
Primary brand colorCTAsActive elementsLinks
600
309F
#309FB0
Hover statesFocus ringsPrimary buttons hover
700
267F
#267F8C
Active/pressed statesDark mode accentsSecondary text
800
1B5A
#1B5A64
Text on light backgroundsHeadingsStrong borders
900
123A
#123A40
Primary textHigh emphasis contentDark headings
950
0B24
#0B2428
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FBFC;
  --steel-blue-100: #E3F5F7;
  --steel-blue-200: #CBECF1;
  --steel-blue-300: #A3DDE6;
  --steel-blue-400: #73CBD9;
  --steel-blue-500: #4BBCCE;
  --steel-blue-600: #309FB0;
  --steel-blue-700: #267F8C;
  --steel-blue-800: #1B5A64;
  --steel-blue-900: #123A40;
  --steel-blue-950: #0B2428;
}
Generate More ShadesCreate PaletteConvert Color