Steel Blue

#24A3BC

Cyan

Color Codes

All color formats for development

HEX
#24A3BC
RGB
rgb(36, 163, 188)
HSL
hsl(190, 68%, 44%)
OKLCH
oklch(0.661 0.109 214.9)
CMYK
cmyk(81%, 13%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.98:1

AA AAA

On Black Background

7.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F5
200
#C7ED
300
#9CDF
400
#69CE
500
#3EC0
600
#24A3
700
#1D82
800
#145D
900
#0D3B
950
#0825

Shades

Darker variations

1#2093AA
2#1D8297
3#197284
4#166271
5#12525E
6#0E414B
7#0B3139
8#072126
9#041013

Tints

Lighter variations

1#28B8D4
2#3FC1DA
3#57C8DF
4#6FD0E4
5#87D8E8
6#9FE0ED
7#B7E8F1
8#CFEFF6
9#E7F7FA

Tones

Muted variations

1#2C9EB5
2#3399AD
3#3B94A6
4#428F9E
5#4A8A96
6#52858F
7#597F87
8#617A7F
9#697578

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F5
#E1F5F9
Light backgroundsTable row hoverSkeleton loading
200
C7ED
#C7EDF4
Secondary backgroundsInput backgroundsDividers
300
9CDF
#9CDFEC
BordersInactive statesPlaceholder text
400
69CE
#69CEE2
Disabled statesSecondary iconsMuted text
500
3EC0
#3EC0DA
Primary brand colorCTAsActive elementsLinks
600
24A3
#24A3BC
Hover statesFocus ringsPrimary buttons hover
700
1D82
#1D8296
Active/pressed statesDark mode accentsSecondary text
800
145D
#145D6B
Text on light backgroundsHeadingsStrong borders
900
0D3B
#0D3B45
Primary textHigh emphasis contentDark headings
950
0825
#08252B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FBFD;
  --steel-blue-100: #E1F5F9;
  --steel-blue-200: #C7EDF4;
  --steel-blue-300: #9CDFEC;
  --steel-blue-400: #69CEE2;
  --steel-blue-500: #3EC0DA;
  --steel-blue-600: #24A3BC;
  --steel-blue-700: #1D8296;
  --steel-blue-800: #145D6B;
  --steel-blue-900: #0D3B45;
  --steel-blue-950: #08252B;
}
Generate More ShadesCreate PaletteConvert Color